From bdf73607f9c2d5fcb71149cf2e1966747dc36b2c Mon Sep 17 00:00:00 2001 From: Christoph Sommer Date: Tue, 11 Apr 2006 18:39:58 +0000 Subject: [PATCH] made typedefs public SVN-Revision: 3301 --- src/sector.hpp | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/src/sector.hpp b/src/sector.hpp index 67efe384e..7fff0f38b 100644 --- a/src/sector.hpp +++ b/src/sector.hpp @@ -125,6 +125,10 @@ public: Rect get_active_region(); + typedef std::vector GameObjects; + typedef std::vector MovingObjects; + typedef std::vector SpawnPoints; + private: uint32_t collision_tile_attributes(const Rect& dest) const; @@ -146,10 +150,6 @@ private: void fix_old_tiles(); - typedef std::vector GameObjects; - typedef std::vector MovingObjects; - typedef std::vector SpawnPoints; - static Sector* _current; std::string name; -- 2.11.0