Google
Web alhem.net

Powerup.cpp

Go to the documentation of this file.
00001 //#include <stdio.h>
00002 
00003 #include "Powerup.h"
00004 
00005 
00006 
00007 
00008 Powerup::Powerup(Map& m)
00009 :MapObject(m)
00010 {
00011 }
00012 
00013 
00014 Powerup::~Powerup()
00015 {
00016 }
00017 
00018 
00019 mapobject_t Powerup::GetType()
00020 {
00021         // %! fixa..
00022         return MAPOBJECT_POWERUP_UNKNOWN;
00023 }
00024 
00025 
00026 long Powerup::get_property(const std::string& prop)
00027 {
00028 }
00029 
00030 

Generated for Robot World by doxygen 1.3.6

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