mirror of
https://github.com/OpenRCT2/OpenRCT2
synced 2026-01-29 17:54:50 +01:00
Reduce use of rct_object_entry
This commit is contained in:
@@ -37,6 +37,8 @@ struct rct_drawpixelinfo;
|
||||
struct ObjectRepositoryItem
|
||||
{
|
||||
size_t Id;
|
||||
ObjectType Type;
|
||||
ObjectGeneration Generation;
|
||||
std::string Identifier; // e.g. rct2.c3d
|
||||
rct_object_entry ObjectEntry;
|
||||
std::string Path;
|
||||
|
||||
Reference in New Issue
Block a user