diff options
-rw-r--r-- | src/map/clif.h | 1 | ||||
-rw-r--r-- | src/map/log.h | 1 |
2 files changed, 2 insertions, 0 deletions
diff --git a/src/map/clif.h b/src/map/clif.h index d13ab9037..dd0fff340 100644 --- a/src/map/clif.h +++ b/src/map/clif.h @@ -14,6 +14,7 @@ struct unit_data; struct map_session_data; struct homun_data; struct pet_data; +struct mob_data; struct npc_data; struct chat_data; struct flooritem_data; diff --git a/src/map/log.h b/src/map/log.h index 53fa9dd7c..ee0b38beb 100644 --- a/src/map/log.h +++ b/src/map/log.h @@ -7,6 +7,7 @@ //#include "map.h" struct map_session_data; struct mob_data; +struct item; #ifndef TXT_ONLY |