/* ----------------------------------------------------------------- */ /* 'Control.cc' */ /* Main-file including main-function */ /* */ /* last modified 07/04/2003 */ /* makes initialisations and kicks the behaviour */ /* */ /* */ /* */ /* (C) Jochen Zimmermann */ /* ----------------------------------------------------------------- */ #include "eyebot.h" #include "ZHeaders.h" int not_to_be_used_this_is_a_compiler_bugfix=0; int main (void) { Behaviour instance; //*******************************************************// instance.Init(); instance.Run(); instance.Release(); //ZTotalCOG(); //*******************************************************// return 0; };