Google
Web alhem.net

Base.cpp

Go to the documentation of this file.
00001 //#include <stdio.h>
00002 
00003 #include "Base.h"
00004 
00005 
00006 
00007 
00008 Base::Base(Map& m)
00009 :MapObject(m)
00010 {
00011 }
00012 
00013 
00014 Base::~Base()
00015 {
00016 }
00017 
00018 
00019 long Base::get_property(const std::string& prop)
00020 {
00021 }
00022 
00023 

Generated for Robot World by doxygen 1.3.6

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