From 1d32419176a48215ee4ff9c45206c1ad39a032df Mon Sep 17 00:00:00 2001 From: toms Date: Tue, 15 Apr 2008 14:57:00 +0000 Subject: 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 --- Changelog-Trunk.txt | 1 + src/map/clif.h | 3 ++- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/Changelog-Trunk.txt b/Changelog-Trunk.txt index 9eaec89a1..f78d86ec0 100644 --- a/Changelog-Trunk.txt +++ b/Changelog-Trunk.txt @@ -4,6 +4,7 @@ AS OF SVN REV. 5091, WE ARE NOW USING TRUNK. ALL UNTESTED BUGFIXES/FEATURES GO IF YOU HAVE A WORKING AND TESTED BUGFIX PUT IT INTO STABLE AS WELL AS TRUNK. 2008/04/15 + * Added a forward declaration of the struct quest instead of including mmo.h [Toms] * Corrected some invalid syntax in skill_db.txt (wrong usage of commas) * Renamed BA_FROSTJOKE to BA_FROSTJOKER (aegis server-side name) * Implemented a generic framework for parsing delimited db files 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 // server->client protocol version -- cgit v1.2.3-60-g2f50