Google
Web alhem.net

Item.cpp

Go to the documentation of this file.
00001 //#include <stdio.h>
00002 
00003 #include "Item.h"
00004 
00005 
00006 
00007 
00008 Item::Item(Map& m)
00009 :MapObject(m)
00010 {
00011 }
00012 
00013 
00014 Item::~Item()
00015 {
00016 }
00017 
00018 
00019 mapobject_t Item::GetType()
00020 {
00021         // %! fixa..
00022         return MAPOBJECT_ITEM;
00023 }
00024 
00025 
00026 long Item::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