X-Git-Url: https://git.artsoft.org/?a=blobdiff_plain;f=src%2Fgame_sp%2FGeneralTricks.h;fp=src%2Fgame_sp%2FGeneralTricks.h;h=e0ad48f72b265bc6385a529abf697670efadb363;hb=5ba7f2d9a3f07f342afdf215a3307d5487cb6d43;hp=0000000000000000000000000000000000000000;hpb=1ceb7ce8723b32b267758bfda3bb7903fff8ea7a;p=rocksndiamonds.git diff --git a/src/game_sp/GeneralTricks.h b/src/game_sp/GeneralTricks.h new file mode 100644 index 00000000..e0ad48f7 --- /dev/null +++ b/src/game_sp/GeneralTricks.h @@ -0,0 +1,21 @@ +// ---------------------------------------------------------------------------- +// GeneralTricks.h +// ---------------------------------------------------------------------------- + +#ifndef GENERALTRICKS_H +#define GENERALTRICKS_H + +#include "vb_types.h" +#include "vb_defs.h" +#include "vb_vars.h" +#include "vb_lib.h" + +#include "global.h" + +extern void DEC(int *VAR, int Delta); +extern void INC(int *VAR, int Delta); +extern void MyReplace(char *TS, char *Pat1, char *Pat2); +extern char *MySplit(char *TS, char *Sep, long SCount); +extern double ValEx(char *TS); + +#endif /* GENERALTRICKS_H */