summaryrefslogtreecommitdiff
path: root/src/main.h
diff options
context:
space:
mode:
authorEric Scrivner <zenogais@gmail.com>2005-02-19 02:34:37 +0000
committerEric Scrivner <zenogais@gmail.com>2005-02-19 02:34:37 +0000
commit50615238d66941ecd4f49e17259d5f3a799ed065 (patch)
treea32b527372b0e5ba569a5d60d5db37c4b092672e /src/main.h
parent086118752a82f1887c79706a0a25e5aa6e5b1501 (diff)
downloadmana-client-50615238d66941ecd4f49e17259d5f3a799ed065.tar.gz
mana-client-50615238d66941ecd4f49e17259d5f3a799ed065.tar.bz2
mana-client-50615238d66941ecd4f49e17259d5f3a799ed065.tar.xz
mana-client-50615238d66941ecd4f49e17259d5f3a799ed065.zip
Added PHYSFS_init and PHYSFS_deinit calls
Diffstat (limited to 'src/main.h')
-rw-r--r--src/main.h7
1 files changed, 6 insertions, 1 deletions
diff --git a/src/main.h b/src/main.h
index a5e60fef..578b14e7 100644
--- a/src/main.h
+++ b/src/main.h
@@ -34,9 +34,14 @@
#include "net/protocol.h"
#include "sound.h"
#include <stdio.h>
+#include <memory>
#define CORE_VERSION "0.0.9"
+#ifdef ERROR
+#undef ERROR
+#endif
+
#define EXIT 0
#define LOGIN 1
#define CHAR_SERVER 2
@@ -74,7 +79,7 @@ typedef struct {
extern Image *login_wallpaper;
extern Spriteset *hairset, *playerset;
-extern Graphics *graphics;
+extern Graphics* graphics;
extern char username[25];
extern char password[25];
extern int map_address, char_ID;