aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--scumm.h6
1 files changed, 0 insertions, 6 deletions
diff --git a/scumm.h b/scumm.h
index 4e9a8299a4..a4c5f072cb 100644
--- a/scumm.h
+++ b/scumm.h
@@ -72,10 +72,6 @@ enum {
ssRunning = 2
};
-extern const int16 many_direction_tab[18];
-extern const int16 many_direction_tab_2[16];
-extern const int bit_table[16];
-
struct ScummPoint {
int x,y;
};
@@ -1024,8 +1020,6 @@ public:
void akos_decodeData(Actor *a, int frame, uint usemask);
int akos_frameToAnim(Actor *a, int frame);
bool akos_hasManyDirections(Actor *a);
- int akos_findManyDirection(int16 ManyDirection, uint16 facing);
-
/* Should be in Graphics class? */