summaryrefslogtreecommitdiffstats
path: root/source/cFileFormatUpdater.h
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--source/cFileFormatUpdater.h11
1 files changed, 11 insertions, 0 deletions
diff --git a/source/cFileFormatUpdater.h b/source/cFileFormatUpdater.h
new file mode 100644
index 000000000..fc6beed6e
--- /dev/null
+++ b/source/cFileFormatUpdater.h
@@ -0,0 +1,11 @@
+#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