Open Source Tomb Raider Engine
Você não pode selecionar mais de 25 tópicos Os tópicos devem começar com uma letra ou um número, podem incluir traços ('-') e podem ter até 35 caracteres.

Config.h.in 395B

123456789
  1. #define VERSION "OpenRaider-@OpenRaider_VERSION_MAJOR@.@OpenRaider_VERSION_MINOR@.@OpenRaider_VERSION_MICRO@@OpenRaider_VERSION_RELEASE@ (@CMAKE_BUILD_TYPE@)"
  2. #define BUILD_HOST "@OpenRaider_BUILD_HOST@ @OpenRaider_HOSTNAME@"
  3. #define DEFAULT_CONFIG_PATH "~/.OpenRaider/"
  4. #define DEFAULT_CONFIG_FILE "OpenRaider.ini"
  5. #define DEFAULT_WIDTH 640
  6. #define DEFAULT_HEIGHT 480
  7. #define MAXIMUM_FPS 100