Used a forward declaration of the struct quest instead of including mmo.h
git-svn-id: https://svn.code.sf.net/p/rathena/svn/trunk@12600 54d463be-8e91-2dee-dedb-b68131a5f0ec
This commit is contained in:
parent
9609149c15
commit
7d3d258492
@ -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.
|
IF YOU HAVE A WORKING AND TESTED BUGFIX PUT IT INTO STABLE AS WELL AS TRUNK.
|
||||||
|
|
||||||
2008/04/15
|
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)
|
* Corrected some invalid syntax in skill_db.txt (wrong usage of commas)
|
||||||
* Renamed BA_FROSTJOKE to BA_FROSTJOKER (aegis server-side name)
|
* Renamed BA_FROSTJOKE to BA_FROSTJOKER (aegis server-side name)
|
||||||
* Implemented a generic framework for parsing delimited db files
|
* Implemented a generic framework for parsing delimited db files
|
||||||
|
@ -5,7 +5,7 @@
|
|||||||
#define _CLIF_H_
|
#define _CLIF_H_
|
||||||
|
|
||||||
#include "../common/cbasetypes.h"
|
#include "../common/cbasetypes.h"
|
||||||
#include "../common/mmo.h"
|
//#include "../common/mmo.h"
|
||||||
struct storage;
|
struct storage;
|
||||||
struct guild_storage;
|
struct guild_storage;
|
||||||
//#include "map.h"
|
//#include "map.h"
|
||||||
@ -23,6 +23,7 @@ struct s_vending;
|
|||||||
struct party;
|
struct party;
|
||||||
struct party_data;
|
struct party_data;
|
||||||
struct guild;
|
struct guild;
|
||||||
|
struct quest;
|
||||||
#include <stdarg.h>
|
#include <stdarg.h>
|
||||||
|
|
||||||
// server->client protocol version
|
// server->client protocol version
|
||||||
|
Loading…
x
Reference in New Issue
Block a user