From 9ba130f4628d8e52ebd50b810e761a81f69c0c4a Mon Sep 17 00:00:00 2001 From: Björn Steinbrink Date: Thu, 25 Aug 2005 20:03:31 +0000 Subject: Move extern declaration of the floor item list. Lower indentation level. --- src/floor_item.h | 4 ---- 1 file changed, 4 deletions(-) (limited to 'src/floor_item.h') diff --git a/src/floor_item.h b/src/floor_item.h index 80be9c78..2c31525e 100755 --- a/src/floor_item.h +++ b/src/floor_item.h @@ -24,8 +24,6 @@ #ifndef _TMW_FLOORITEM_H #define _TMW_FLOORITEM_H -#include - class FloorItem { private: public: @@ -59,6 +57,4 @@ void remove_floor_item(unsigned int int_id); /** Find a Item id based on its coordinates */ unsigned int find_floor_item_by_cor(unsigned short x, unsigned short y); -extern std::list floorItems; - #endif -- cgit v1.2.3-70-g09d2