Files
ReshadePluginsAddon/includes/GameInformations.h

12 lines
225 B
C
Raw Normal View History

2025-09-29 12:03:20 +02:00
#pragma once
// Shared structure values with Core dll
struct GameInfos {
float FOVIn;
float FOVOut;
float cameraIn;
float cameraOut;
bool consoleEnabled;
};
typedef void(*GetGameInfosStruct)(GameInfos*);