7bce75997919d9f388c007ed33aecb7916d4ce00
[rocksndiamonds.git] / src / game_sp / Infotrons.h
1 // ----------------------------------------------------------------------------
2 // Infotrons.h
3 // ----------------------------------------------------------------------------
4
5 #ifndef INFOTRONS_H
6 #define INFOTRONS_H
7
8 #include "vb_types.h"
9 #include "vb_defs.h"
10 #include "vb_vars.h"
11 #include "vb_lib.h"
12
13 #include "global.h"
14
15 extern int subAnimateInfotrons(int si);
16 extern int subCleanUpForInfotronsAbove(int si);
17
18 #endif /* INFOTRONS_H */