#include "..\e2dtool.h"
e2d::Resource::Resource(int resource_id, const String & resource_type)
: id(resource_id)
, type(resource_type)
{
}