3#include "mc/_HeaderOutputPredefine.h"
6#include "mc/world/level/GameType.h"
8namespace GameTypeConv {
11MCNAPI ::std::string gameTypeToNonLocString(::GameType type);
13MCNAPI ::std::string gameTypeToString(::GameType type);
15MCNAPI ::GameType stringToGameType(::std::string
const& str);