aboutsummaryrefslogtreecommitdiff
path: root/engines/avalanche/trip3.h
diff options
context:
space:
mode:
Diffstat (limited to 'engines/avalanche/trip3.h')
-rw-r--r--engines/avalanche/trip3.h20
1 files changed, 20 insertions, 0 deletions
diff --git a/engines/avalanche/trip3.h b/engines/avalanche/trip3.h
new file mode 100644
index 0000000000..ccad15346b
--- /dev/null
+++ b/engines/avalanche/trip3.h
@@ -0,0 +1,20 @@
+#ifndef __trip3_h__
+#define __trip3_h__
+
+
+#include "gyro.h"
+
+
+ void loadtrip();
+
+ void boundscheck(integer& x,integer& y, byte xm,byte ym);
+
+ void budge(byte who, shortint xx,shortint yy, byte frame); /* Moving & animation controller */
+
+ void tripkey(char dir);
+
+ void trippancy();
+
+ void enter(byte what_handle, integer xx,integer yy,integer lx,integer ly, byte mmx,byte mmy,byte st);
+
+#endif