2018-09-05 13:33:39 +08:00
|
|
|
#include "..\e2dtool.h"
|
2018-07-08 02:41:44 +08:00
|
|
|
|
|
|
|
|
|
2018-09-07 17:56:03 +08:00
|
|
|
e2d::Resource::Resource(int resource_id, const String & resource_type)
|
|
|
|
|
: id(resource_id)
|
2018-09-04 22:42:34 +08:00
|
|
|
, type(resource_type)
|
2018-07-08 02:41:44 +08:00
|
|
|
{
|
|
|
|
|
}
|