summaryrefslogtreecommitdiff
path: root/src/main.h
diff options
context:
space:
mode:
authorRodney Dawes <dobey@novell.com>2005-05-01 19:26:24 +0000
committerRodney Dawes <dobey@novell.com>2005-05-01 19:26:24 +0000
commitf61fc8ef256f43d1ada47fb5851f8954fea4cdea (patch)
tree210b0ad30ed690b63576da561954091987622fb3 /src/main.h
parent893cde9e754b805f1e62c517740919c04d9490e0 (diff)
downloadmana-client-f61fc8ef256f43d1ada47fb5851f8954fea4cdea.tar.gz
mana-client-f61fc8ef256f43d1ada47fb5851f8954fea4cdea.tar.bz2
mana-client-f61fc8ef256f43d1ada47fb5851f8954fea4cdea.tar.xz
mana-client-f61fc8ef256f43d1ada47fb5851f8954fea4cdea.zip
- Added installation of game data, install required on *nix systems
- Updated desktop file to work better - Install the desktop file to the standard location - Install the icon as tmw.png in the standard pixmaps data dir
Diffstat (limited to 'src/main.h')
-rw-r--r--src/main.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/main.h b/src/main.h
index bf45ec55..95fa99bb 100644
--- a/src/main.h
+++ b/src/main.h
@@ -38,6 +38,10 @@
#include <stdio.h>
#include <memory>
+#ifndef TMW_DATADIR
+#define TMW_DATADIR ""
+#endif
+
#ifdef ERROR
#undef ERROR
#endif