version 0.4
[zeRace] / bot.h
diff --git a/bot.h b/bot.h
new file mode 100644 (file)
index 0000000..22c3b7f
--- /dev/null
+++ b/bot.h
@@ -0,0 +1,18 @@
+/* generic bot framework */
+
+#include <stdlib.h>
+#include <time.h>
+#include <signal.h>
+#include <math.h>
+#include <string.h>
+#include <SDL.h>
+#include <SDL_image.h>
+#include <SDL_net.h>
+#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);