diff --git a/external/includes/GameInformations.h b/external/includes/GameInformations.h index c4bd03f..364f015 100644 --- a/external/includes/GameInformations.h +++ b/external/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;