e0ad48f72b265bc6385a529abf697670efadb363
[rocksndiamonds.git] / src / game_sp / GeneralTricks.h
1 // ----------------------------------------------------------------------------
2 // GeneralTricks.h
3 // ----------------------------------------------------------------------------
4
5 #ifndef GENERALTRICKS_H
6 #define GENERALTRICKS_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 *VAR, int Delta);
16 extern void INC(int *VAR, int Delta);
17 extern void MyReplace(char *TS, char *Pat1, char *Pat2);
18 extern char *MySplit(char *TS, char *Sep, long SCount);
19 extern double ValEx(char *TS);
20
21 #endif /* GENERALTRICKS_H */