X-Git-Url: http://royale.zerezo.com/git/?p=zeRace;a=blobdiff_plain;f=bot.h;fp=bot.h;h=22c3b7f0a118514164370261f7b69a0b6333acc6;hp=0000000000000000000000000000000000000000;hb=ee6ec6d95d78f74973a2ba97077cc94709bb6c61;hpb=dde2df6289f6daf23ee1632560c4c89061ef2f4a diff --git a/bot.h b/bot.h new file mode 100644 index 0000000..22c3b7f --- /dev/null +++ b/bot.h @@ -0,0 +1,18 @@ +/* generic bot framework */ + +#include +#include +#include +#include +#include +#include +#include +#include +#include "sdl.h" +#include "car.h" +#include "tracklist.h" +#include "network.h" + +/* ia functions */ +char *bot_name(); +void bot_ia(char *trackname,struct _car *car,SDL_Surface *fun,int *ku,int *kd,int *kl,int *kr);