rnd-20100315-2-src
[rocksndiamonds.git] / src / game_sp / GeneralTricks.h
diff --git a/src/game_sp/GeneralTricks.h b/src/game_sp/GeneralTricks.h
deleted file mode 100644 (file)
index e0ad48f..0000000
+++ /dev/null
@@ -1,21 +0,0 @@
-// ----------------------------------------------------------------------------
-// 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 */