Google
Web alhem.net

Life.cpp

Go to the documentation of this file.
00001 //#include <stdio.h>
00002 
00003 #include "Life.h"
00004 
00005 
00006 
00007 
00008 Life::Life(Robot& r) : RobotObject(r)
00009 {
00010 }
00011 
00012 
00013 Life::~Life()
00014 {
00015 }
00016 
00017 
00018 void Life::Tick(long usec)
00019 {
00020 }
00021 
00022 
00023 long Life::get_property(int prop)
00024 {
00025 }
00026 
00027 
00028 void Life::set_property(int prop,long value)
00029 {
00030 }
00031 
00032 
00033 long Life::call_method(int method,stack_v&)
00034 {
00035 }
00036 
00037 

Generated for Robot World by doxygen 1.3.6

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