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