changed comments from old to new style (one-line comments only)
[rocksndiamonds.git] / src / game_sp / ASM.h
index ae23113d7898eacdef2be4b7e008db1e3bda6b53..56f6c8e74a78697b3703e4da55a74c58632f38d4 100644 (file)
@@ -5,19 +5,14 @@
 #ifndef ASM_H
 #define ASM_H
 
-#include "vb_types.h"
-#include "vb_defs.h"
-#include "vb_vars.h"
-#include "vb_lib.h"
-
 #include "global.h"
 
 
-extern void MovLowByte(int *, int);
-extern void MovHighByte(int *, int);
-extern int LowByte(int);
-extern int HighByte(int);
-extern int SgnHighByte(int);
-extern int ByteToInt(byte);
+void MovLowByte(int *, int);
+void MovHighByte(int *, int);
+int LowByte(int);
+int HighByte(int);
+int SgnHighByte(int);
+int ByteToInt(byte);
 
-#endif /* ASM_H */
+#endif // ASM_H