rnd-20100315-2-src
[rocksndiamonds.git] / src / game_sp / modGeneralTricks.h
diff --git a/src/game_sp/modGeneralTricks.h b/src/game_sp/modGeneralTricks.h
deleted file mode 100644 (file)
index 23bb868..0000000
+++ /dev/null
@@ -1,21 +0,0 @@
-// ----------------------------------------------------------------------------
-// modGeneralTricks.h
-// ----------------------------------------------------------------------------
-
-#ifndef MODGENERALTRICKS_H
-#define MODGENERALTRICKS_H
-
-#include "vb_types.h"
-#include "vb_defs.h"
-#include "vb_vars.h"
-#include "vb_lib.h"
-
-#include "global.h"
-
-extern void Dec(int *i);
-extern void Inc(int *i);
-extern int Max(int A, int B);
-extern int Min(int A, int B);
-extern double ValEx(char *TS);
-
-#endif /* MODGENERALTRICKS_H */