summaryrefslogtreecommitdiff
path: root/src/map/clif.h
diff options
context:
space:
mode:
authortoms <toms@54d463be-8e91-2dee-dedb-b68131a5f0ec>2008-04-15 14:57:00 +0000
committertoms <toms@54d463be-8e91-2dee-dedb-b68131a5f0ec>2008-04-15 14:57:00 +0000
commit1d32419176a48215ee4ff9c45206c1ad39a032df (patch)
tree257850ff9a04a06546da69d6a5697e6f53f3dd56 /src/map/clif.h
parente6276c539a165616071dc46355a9579d4a7ae647 (diff)
downloadhercules-1d32419176a48215ee4ff9c45206c1ad39a032df.tar.gz
hercules-1d32419176a48215ee4ff9c45206c1ad39a032df.tar.bz2
hercules-1d32419176a48215ee4ff9c45206c1ad39a032df.tar.xz
hercules-1d32419176a48215ee4ff9c45206c1ad39a032df.zip
Used a forward declaration of the struct quest instead of including mmo.h
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@12600 54d463be-8e91-2dee-dedb-b68131a5f0ec
Diffstat (limited to 'src/map/clif.h')
-rw-r--r--src/map/clif.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/map/clif.h b/src/map/clif.h
index 455d820c3..56625d3e5 100644
--- a/src/map/clif.h
+++ b/src/map/clif.h
@@ -5,7 +5,7 @@
#define _CLIF_H_
#include "../common/cbasetypes.h"
-#include "../common/mmo.h"
+//#include "../common/mmo.h"
struct storage;
struct guild_storage;
//#include "map.h"
@@ -23,6 +23,7 @@ struct s_vending;
struct party;
struct party_data;
struct guild;
+struct quest;
#include <stdarg.h>
// server->client protocol version