rnd-20090623-1-src
[rocksndiamonds.git] / src / game_sp / modGeneralTricks.h
1 // ----------------------------------------------------------------------------
2 // modGeneralTricks.h
3 // ----------------------------------------------------------------------------
4
5 #ifndef MODGENERALTRICKS_H
6 #define MODGENERALTRICKS_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 void Dec(int *i);
16 extern void Inc(int *i);
17 extern int Max(int A, int B);
18 extern int Min(int A, int B);
19 extern double ValEx(char *TS);
20
21 #endif /* MODGENERALTRICKS_H */