Open Source Tomb Raider Engine
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
1234567 |
- #define VERSION "OpenRaider-@OpenRaider_VERSION_MAJOR@.@OpenRaider_VERSION_MINOR@.@OpenRaider_VERSION_MICRO@@OpenRaider_VERSION_RELEASE@ (@CMAKE_BUILD_TYPE@)"
- #define BUILD_HOST "@OpenRaider_BUILD_HOST@ @OpenRaider_HOSTNAME@"
-
- #define DEFAULT_CONFIG_PATH "~/.OpenRaider"
- #define DEFAULT_CONFIG_FILE "OpenRaider.ini"
- #define DEFAULT_WIDTH 640
- #define DEFAULT_HEIGHT 480
|