Add game shared informations include
This commit is contained in:
12
includes/GameInformations.h
Normal file
12
includes/GameInformations.h
Normal file
@@ -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*);
|
||||||
Reference in New Issue
Block a user