fixed bug in single button handling causing broken tapes (EM engine)
[rocksndiamonds.git] / src / game_sp / Infotrons.h
index 7bce75997919d9f388c007ed33aecb7916d4ce00..a18fedd0fc139498d0a3cd55dad1648abbd73afa 100644 (file)
@@ -5,14 +5,10 @@
 #ifndef INFOTRONS_H
 #define INFOTRONS_H
 
-#include "vb_types.h"
-#include "vb_defs.h"
-#include "vb_vars.h"
-#include "vb_lib.h"
-
 #include "global.h"
 
-extern int subAnimateInfotrons(int si);
-extern int subCleanUpForInfotronsAbove(int si);
+
+extern void subAnimateInfotrons(int);
+extern void subCleanUpForInfotronsAbove(int);
 
 #endif /* INFOTRONS_H */