rnd-20100315-1-src
[rocksndiamonds.git] / src / game_sp / ASM.h
1 // ----------------------------------------------------------------------------
2 // ASM.h
3 // ----------------------------------------------------------------------------
4
5 #ifndef ASM_H
6 #define ASM_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
16 extern void MovLowByte(int *, int);
17 extern void MovHighByte(int *, int);
18 extern int LowByte(int);
19 extern int HighByte(int);
20 extern int SgnHighByte(int);
21 extern int ByteToInt(byte);
22
23 #endif /* ASM_H */