summaryrefslogtreecommitdiffstats
path: root/source/cFileFormatUpdater.h
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--source/cFileFormatUpdater.h11
1 files changed, 0 insertions, 11 deletions
diff --git a/source/cFileFormatUpdater.h b/source/cFileFormatUpdater.h
deleted file mode 100644
index 91e2761fb..000000000
--- a/source/cFileFormatUpdater.h
+++ /dev/null
@@ -1,11 +0,0 @@
-#pragma once
-
-class cFileFormatUpdater
-{
-public:
- static void UpdateFileFormat();
-private:
- static void UpdatePlayersOfWorld( const char* a_WorldName );
-
- static void PlayerBINtoJSON( const char* a_FileName );
-}; \ No newline at end of file