OpenAssetTools/src/Linker/Game/IW4/ZoneCreatorIW4.cpp

16 lines
230 B
C++

#include "ZoneCreatorIW4.h"
#include "Game/IW4/IW4.h"
using namespace IW4;
GameId ZoneCreator::GetGameId() const
{
return GameId::IW4;
}
asset_type_t ZoneCreator::GetImageAssetType() const
{
return ASSET_TYPE_IMAGE;
}