Renamed resourcetype_t to resourceclass_t and so too the associated RT_* to RC_* constants. The old naming convention only really made sense from the engine's point of view and considering these are public names; I've decided to go with 'class' rather than type. The old "resource class" stuff is now handled as an extension of the new resource namespacing so there is no conflict.
The name "resource type" will be used shortly to indicate the file type (in the case of file resources ('zip', 'wad', etc..)).
Renamed resourcetype_t to resourceclass_t and so too the associated RT_* to RC_* constants. The old naming convention only really made sense from the engine's point of view and considering these are public names; I've decided to go with 'class' rather than type. The old "resource class" stuff is now handled as an extension of the new resource namespacing so there is no conflict.
The name "resource type" will be used shortly to indicate the file type (in the case of file resources ('zip', 'wad', etc..)).