summaryrefslogblamecommitdiffstats
path: root/source/cFileFormatUpdater.h
blob: 91e2761fb861addbab66e0a4a6ca33abbc621da5 (plain) (tree)
1
2
3
4
5
6
7
8
9
10









                                                                    
 
#pragma once

class cFileFormatUpdater
{
public:
	static void UpdateFileFormat();
private:
	static void UpdatePlayersOfWorld( const char* a_WorldName );
	
	static void PlayerBINtoJSON( const char* a_FileName );
};