Google
Web alhem.net

Base.h

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

Generated for Robot World by doxygen 1.3.6

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