Files
ReshadePluginsCore/external/includes/GameInformations.h

11 lines
178 B
C

#pragma once
// Shared structure values with Core dll
struct GameInfos {
float FOVIn;
float FOVOut;
float cameraIn;
float cameraOut;
bool consoleEnabled;
};