#ifndef _H_MBOT #define _H_MBOT #include "system.h" #include "defines.h" #include "missing.h" #include "utils.h" #include "CList.h" #include "CString.h" #include "CText.h" #include "CBot.h" extern CBot *bot; void mbot_exit (void); #endif