rnd-20100316-1-src
[rocksndiamonds.git] / src / game_sp / SettingsObject.h
diff --git a/src/game_sp/SettingsObject.h b/src/game_sp/SettingsObject.h
deleted file mode 100644 (file)
index a25e4f2..0000000
+++ /dev/null
@@ -1,18 +0,0 @@
-// ----------------------------------------------------------------------------
-// SettingsObject.h
-// ----------------------------------------------------------------------------
-
-#ifndef SETTINGSOBJECT_H
-#define SETTINGSOBJECT_H
-
-#include "vb_types.h"
-#include "vb_defs.h"
-#include "vb_vars.h"
-#include "vb_lib.h"
-
-#include "global.h"
-
-extern int SettingsObject_Read(char *ValName, int Default);
-extern void SettingsObject_Save(char *ValName, int Val);
-
-#endif /* SETTINGSOBJECT_H */