mirror of
https://github.com/AxioDL/PrimeWorldEditor.git
synced 2025-06-06 06:33:39 +00:00
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
|