From 3c89751e48a424ce26bc1c6f78f4bf7fb6242fac Mon Sep 17 00:00:00 2001 From: ultramage Date: Sun, 19 Aug 2007 12:55:29 +0000 Subject: * Cleaned/clarified some #include relationships between headers * Changed clif_sitting() to use 'bl' instead of 'sd' (for non-player objects) * Removed way messed-up script function 'unitdeadsit' * Tagged 'FIXME' lines written by myself git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@11040 54d463be-8e91-2dee-dedb-b68131a5f0ec --- src/map/unit.h | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'src/map/unit.h') diff --git a/src/map/unit.h b/src/map/unit.h index 32fc3cce7..83858fb5d 100644 --- a/src/map/unit.h +++ b/src/map/unit.h @@ -4,7 +4,9 @@ #ifndef _UNIT_H_ #define _UNIT_H_ -#include "map.h" +//#include "map.h" +struct block_list; +struct unit_data; // PC, MOB, PET に共通する処理を1つにまとめる計画 -- cgit v1.2.3-60-g2f50