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