mirror of
https://github.com/Laupetin/OpenAssetTools.git
synced 2025-04-19 15:52:53 +00:00
16 lines
230 B
C++
16 lines
230 B
C++
#include "ZoneCreatorIW5.h"
|
|
|
|
#include "Game/IW5/IW5.h"
|
|
|
|
using namespace IW5;
|
|
|
|
GameId ZoneCreator::GetGameId() const
|
|
{
|
|
return GameId::IW5;
|
|
}
|
|
|
|
asset_type_t ZoneCreator::GetImageAssetType() const
|
|
{
|
|
return ASSET_TYPE_IMAGE;
|
|
}
|