Add game informations include
This commit is contained in:
10
external/includes/GameInformations.h
vendored
Normal file
10
external/includes/GameInformations.h
vendored
Normal file
@@ -0,0 +1,10 @@
|
||||
#pragma once
|
||||
|
||||
// Shared structure values with Core dll
|
||||
struct GameInfos {
|
||||
float FOVIn;
|
||||
float FOVOut;
|
||||
float cameraIn;
|
||||
float cameraOut;
|
||||
bool consoleEnabled;
|
||||
};
|
||||
Reference in New Issue
Block a user