diff options
author | Haruna <haru@dotalux.com> | 2015-06-19 12:48:19 +0200 |
---|---|---|
committer | Haruna <haru@dotalux.com> | 2015-06-19 12:48:19 +0200 |
commit | 61f0dcb9a812d057e28c53837327f99bcea4733e (patch) | |
tree | 76c299f94ef60fa6007321b8c403ebc93d8027c1 /src/map/clif.h | |
parent | ec7241c953392938cd3a8740bacb4c869636766f (diff) | |
parent | f2fbdc16a14d07e0895cc09eeba689bc556481d2 (diff) | |
download | hercules-61f0dcb9a812d057e28c53837327f99bcea4733e.tar.gz hercules-61f0dcb9a812d057e28c53837327f99bcea4733e.tar.bz2 hercules-61f0dcb9a812d057e28c53837327f99bcea4733e.tar.xz hercules-61f0dcb9a812d057e28c53837327f99bcea4733e.zip |
Merge pull request #532 from MishimaHaruna/includes
Include paths
Diffstat (limited to 'src/map/clif.h')
-rw-r--r-- | src/map/clif.h | 38 |
1 files changed, 18 insertions, 20 deletions
diff --git a/src/map/clif.h b/src/map/clif.h index f4402bdf7..66dd13304 100644 --- a/src/map/clif.h +++ b/src/map/clif.h @@ -5,40 +5,38 @@ #ifndef MAP_CLIF_H #define MAP_CLIF_H -#include <stdarg.h> +#include "map/map.h" +#include "map/packets_struct.h" +#include "common/cbasetypes.h" +#include "common/mmo.h" -#include "map.h" -#include "packets_struct.h" -#include "../common/cbasetypes.h" -#include "../common/db.h" -#include "../common/mmo.h" +#include <stdarg.h> /** * Declarations **/ +struct battleground_data; +struct channel_data; +struct chat_data; +struct eri; +struct flooritem_data; +struct guild; +struct homun_data; struct item; struct item_data; -struct unit_data; struct map_session_data; -struct homun_data; struct mercenary_data; -struct pet_data; struct mob_data; struct npc_data; -struct chat_data; -struct flooritem_data; -struct skill_unit; -struct s_vending; -struct party; +struct party_booking_ad_info; struct party_data; -struct guild; -struct battleground_data; +struct pet_data; struct quest; -struct party_booking_ad_info; -struct view_data; -struct eri; +struct s_vending; struct skill_cd; -struct channel_data; +struct skill_unit; +struct unit_data; +struct view_data; /** * Defines |