Roguelike
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros
config.h
Go to the documentation of this file.
1 
2 #ifndef ROGUELIKE_CONFIG_H_
3 #define ROGUELIKE_CONFIG_H_
4 
5 // Project configurations.
6 
7 #define ROGUELIKE_DEBUG_TOOLS
8 #define roguelike_VERSION "ff99813-dirty"
9 #define roguelike_DATA_PATH "/var/local/repositories/roguelike/data"
10 
11 //
12 
13 // #define GAME_VERSION L"0.0.0"
14 //
15 // #ifndef ISMAC
16 // # ifndef INSTALLED
17 // # define INSTALL_PATH ""
18 // # else
19 // # define INSTALL_PATH ""
20 // # endif
21 // #else
22 // # define INSTALL_PATH ""
23 // #endif
24 //
25 //
26 // #endif