Google
Web alhem.net

Item.h

Go to the documentation of this file.
00001 #ifndef _ITEM_H
00002 #define _ITEM_H
00003 
00004 #include "MapObject.h"
00005 class Map;
00006 
00007 class Item : public MapObject
00008 {
00009 public:
00010         Item(Map&);
00011         ~Item();
00012 
00013         mapobject_t GetType();
00014         // MapObject::get_property
00015         long get_property(const std::string& );
00016 
00017 private:
00018         int m_quantity;
00019 };
00020 
00021 
00022 
00023 
00024 #endif // _ITEM_H

Generated for Robot World by doxygen 1.3.6

Page, code, and content Copyright (C) 2004 by Anders Hedström