Open Source Tomb Raider Engine
Vous ne pouvez pas sélectionner plus de 25 sujets Les noms de sujets doivent commencer par une lettre ou un nombre, peuvent contenir des tirets ('-') et peuvent comporter jusqu'à 35 caractères.

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