1
0
mirror of https://github.com/OpenRCT2/OpenRCT2 synced 2026-01-24 23:34:37 +01:00

Remove orphaned declaration of object_entry_get_type()

This commit is contained in:
Gymnasiast
2020-10-17 22:46:52 +02:00
parent 13fb0b43da
commit b47163c06c

View File

@@ -20,4 +20,3 @@
void get_type_entry_index(size_t index, uint8_t* outObjectType, ObjectEntryIndex* outEntryIndex);
const rct_object_entry* get_loaded_object_entry(size_t index);
void* get_loaded_object_chunk(size_t index);
uint8_t object_entry_get_type(const rct_object_entry* objectEntry);