summaryrefslogtreecommitdiff
path: root/src/main.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/main.h')
-rw-r--r--src/main.h8
1 files changed, 8 insertions, 0 deletions
diff --git a/src/main.h b/src/main.h
index cd3a0ff2..8ad3f343 100644
--- a/src/main.h
+++ b/src/main.h
@@ -29,10 +29,18 @@
class Image;
class Sound;
+#ifdef __USE_UNIX98
+#include "../config.h"
+#else
+#include "../The_Mana_World_private.h"
+#define PACKAGE_VERSION PRODUCT_VERSION
+#endif
+
#ifndef TMW_DATADIR
#define TMW_DATADIR ""
#endif
+
enum {
EXIT_STATE,
LOGIN_STATE,