Magic_Game/core/Common/Resource.cpp

9 lines
152 B
C++

#include "..\e2dtool.h"
e2d::Resource::Resource(size_t resource_name, const String & resource_type)
: name(resource_name)
, type(resource_type)
{
}