Main Page | File List | Globals

robotdo.h

Go to the documentation of this file.
00001 //
00002 // C++ Interface: robotdo
00003 //
00004 // Description: "do" funktions from robot - this determines the behaviour
00005 //
00006 //
00007 // Author: Leonhard Klein <leoklein@gmx.net>, (C) 2004
00008 //
00009 #ifndef __ROBOTDO_H__
00010 #define __ROBOTDO_H__
00011 
00012 #include "basic.h"
00013 #include "ir.h"
00014 #include "robotsound.h"
00015 #include "robotu.h"
00016 
00017 extern void do_boredom();
00018 extern void do_sleep();
00019 extern void do_connected();
00020 extern void do_searching();
00021 extern void do_flee();
00022 extern void do_empty();
00023 
00024 
00025 #endif

Generated on Wed Feb 2 20:03:50 2005 for Robot by doxygen 1.3.6