diff options
author | Jared Adams <jaxad0127@gmail.com> | 2009-10-24 14:28:49 -0600 |
---|---|---|
committer | Jared Adams <jaxad0127@gmail.com> | 2009-10-24 14:28:49 -0600 |
commit | 3d96e5ddfbb3074e4b618087c1302fe3148071bc (patch) | |
tree | 047ddd0fc52ec646900f5f76b9630fbb734207b5 /src/main.h | |
parent | f5ea5b40a465e28d4c97a5f040dba2b4a8da60f8 (diff) | |
download | mana-3d96e5ddfbb3074e4b618087c1302fe3148071bc.tar.gz mana-3d96e5ddfbb3074e4b618087c1302fe3148071bc.tar.bz2 mana-3d96e5ddfbb3074e4b618087c1302fe3148071bc.tar.xz mana-3d96e5ddfbb3074e4b618087c1302fe3148071bc.zip |
Make homedir accessible from other files
Diffstat (limited to 'src/main.h')
-rw-r--r-- | src/main.h | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -83,6 +83,8 @@ #define DEFAULT_PORT 6901 #endif +const std::string &getHomeDirectory(); + /* * Client different States */ |