15 lines
229 B
C
15 lines
229 B
C
|
#ifndef CWORLDCOOKER_H
|
||
|
#define CWORLDCOOKER_H
|
||
|
|
||
|
#include <Common/types.h>
|
||
|
#include "../EFormatVersion.h"
|
||
|
|
||
|
class CWorldCooker
|
||
|
{
|
||
|
CWorldCooker();
|
||
|
public:
|
||
|
static u32 GetMLVLVersion(EGame version);
|
||
|
};
|
||
|
|
||
|
#endif // CWORLDCOOKER_H
|