Google
Web alhem.net

Life.h

Go to the documentation of this file.
00001 #ifndef _LIFE_H
00002 #define _LIFE_H
00003 
00004 #include "RobotObject.h"
00005 
00006 
00007 class Life : public RobotObject
00008 {
00009 public:
00010         Life(Robot&);
00011         ~Life();
00012 
00013         void Tick(long usec);
00014 
00015         long get_property(int);
00016         void set_property(int,long);
00017         long call_method(int,stack_v&);
00018 
00019 };
00020 
00021 
00022 
00023 
00024 #endif // _LIFE_H

Generated for Robot World by doxygen 1.3.6

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