summaryrefslogtreecommitdiff
path: root/src/main.h
diff options
context:
space:
mode:
authorJared Adams <jaxad0127@gmail.com>2009-10-24 14:28:49 -0600
committerJared Adams <jaxad0127@gmail.com>2009-10-24 14:28:49 -0600
commit3d96e5ddfbb3074e4b618087c1302fe3148071bc (patch)
tree047ddd0fc52ec646900f5f76b9630fbb734207b5 /src/main.h
parentf5ea5b40a465e28d4c97a5f040dba2b4a8da60f8 (diff)
downloadmana-client-3d96e5ddfbb3074e4b618087c1302fe3148071bc.tar.gz
mana-client-3d96e5ddfbb3074e4b618087c1302fe3148071bc.tar.bz2
mana-client-3d96e5ddfbb3074e4b618087c1302fe3148071bc.tar.xz
mana-client-3d96e5ddfbb3074e4b618087c1302fe3148071bc.zip
Make homedir accessible from other files
Diffstat (limited to 'src/main.h')
-rw-r--r--src/main.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/main.h b/src/main.h
index 3f8a6f5a..69222d4d 100644
--- a/src/main.h
+++ b/src/main.h
@@ -83,6 +83,8 @@
#define DEFAULT_PORT 6901
#endif
+const std::string &getHomeDirectory();
+
/*
* Client different States
*/