Google
Web alhem.net

Powerup.h

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

Generated for Robot World by doxygen 1.3.6

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