diff options
Diffstat (limited to 'src/main.h')
-rw-r--r-- | src/main.h | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -38,6 +38,10 @@ #include <stdio.h> #include <memory> +#ifndef TMW_DATADIR +#define TMW_DATADIR "" +#endif + #ifdef ERROR #undef ERROR #endif |