From 095820991189c59d63568d4af1ddb59f101f17a3 Mon Sep 17 00:00:00 2001 From: gerstrong Date: Sat, 25 Jul 2009 15:06:42 +0000 Subject: [PATCH] New header for the functions of vorticon elite git-svn-id: https://clonekeenplus.svn.sourceforge.net/svnroot/clonekeenplus/cgenius/trunk@162 4df4b0f3-56ce-47cb-b001-ed939b7d65a6 --- src/ai/vortelite.h | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 src/ai/vortelite.h diff --git a/src/ai/vortelite.h b/src/ai/vortelite.h new file mode 100644 index 000000000..59f1e2fa9 --- /dev/null +++ b/src/ai/vortelite.h @@ -0,0 +1,11 @@ +void killplayer(int theplayer); +char spawn_object(int x, int y, int otype); + +unsigned int getmaptileat(unsigned int x, unsigned int y); + +uint rnd(void); + +void vortelite_ai(int o); +void vortelite_initiatejump(int o); + +void sound_play(int snd, char mode);