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.
123456789 |
- #define VERSION "OpenRaider-@OpenRaider_VERSION_MAJOR@.@OpenRaider_VERSION_MINOR@.@OpenRaider_VERSION_MICRO@@OpenRaider_VERSION_RELEASE@ (@CMAKE_BUILD_TYPE@)"
- #define BUILD_HOST "@OpenRaider_BUILD_HOST@"
-
- #define DEFAULT_CONFIG_PATH "~/.OpenRaider/"
- #define DEFAULT_CONFIG_FILE "OpenRaider.init"
- #define DEFAULT_WIDTH 640
- #define DEFAULT_HEIGHT 480
-
- #define MAXIMUM_FPS 100
|