diff --git a/includes/GameInformations.h b/includes/GameInformations.h new file mode 100644 index 0000000..0188d03 --- /dev/null +++ b/includes/GameInformations.h @@ -0,0 +1,12 @@ +#pragma once + +// Shared structure values with Core dll +struct GameInfos { + float FOVIn; + float FOVOut; + float cameraIn; + float cameraOut; + bool consoleEnabled; +}; + +typedef void(*GetGameInfosStruct)(GameInfos*); \ No newline at end of file