diff --git a/includes/GameInformations.h b/includes/GameInformations.h index 3c771dc..70ee316 100644 --- a/includes/GameInformations.h +++ b/includes/GameInformations.h @@ -2,6 +2,9 @@ // Shared structure values with Core dll struct GameInfos { + int screenWidth; + int screenHeight; + float aspectRatio; float FOVIn; float CompensatedFOV; float FOVOut;