diff --git a/external/includes/GameInformations.h b/external/includes/GameInformations.h new file mode 100644 index 0000000..8b34797 --- /dev/null +++ b/external/includes/GameInformations.h @@ -0,0 +1,10 @@ +#pragma once + +// Shared structure values with Core dll +struct GameInfos { + float FOVIn; + float FOVOut; + float cameraIn; + float cameraOut; + bool consoleEnabled; +};