1
0
mirror of https://github.com/OpenRCT2/OpenRCT2 synced 2026-01-27 16:54:52 +01:00

add reading of entrance objects

This commit is contained in:
Ted John
2016-06-25 12:30:20 +01:00
parent c9a1357994
commit 2449b7dbf0
9 changed files with 150 additions and 17 deletions

View File

@@ -34,6 +34,7 @@ private:
std::vector<StringTableEntry> _strings;
public:
~StringTable();
void Read(IStream * stream, uint8 id);
private: