9051e4d1d2758df8def83a00575696900748d06e
[rocksndiamonds.git] / src / game_sp / DoGameStuff.h
1 // ----------------------------------------------------------------------------
2 // DoGameStuff.h
3 // ----------------------------------------------------------------------------
4
5 #ifndef DOGAMESTUFF_H
6 #define DOGAMESTUFF_H
7
8 #include "global.h"
9
10
11 extern byte *AnimationSubTable;
12 extern int *AnimationPosTable;
13
14 extern void subDoGameStuff();
15
16 #endif /* DOGAMESTUFF_H */