summaryrefslogtreecommitdiff
path: root/includes
diff options
context:
space:
mode:
authorSimon Robertshaw <simon@hardwired.org.uk>2011-09-19 20:31:10 (GMT)
committer Simon Robertshaw <simon@hardwired.org.uk>2011-09-19 20:31:10 (GMT)
commitf535f8dce4e8c86a361003c55b03f88c73b85ed1 (patch)
treedfae95c326269c783c122a90ea26233ebad77e28 /includes
parent23dcec9d07cb61e0e808137c395cdf1fc873240f (diff)
downloadpowder-f535f8dce4e8c86a361003c55b03f88c73b85ed1.zip
powder-f535f8dce4e8c86a361003c55b03f88c73b85ed1.tar.gz
Game installer launches game with data directory for Windows (AppData)
Diffstat (limited to 'includes')
-rw-r--r--includes/defines.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/includes/defines.h b/includes/defines.h
index 1d0889c..693960f 100644
--- a/includes/defines.h
+++ b/includes/defines.h
@@ -22,6 +22,8 @@
#define LOCAL_LUA_DIR "Lua"
+#define APPDATA_SUBDIR "\\HardWIRED"
+
#define THUMB_CACHE_SIZE 256
#ifndef M_PI