1
0
mirror of https://github.com/OpenRCT2/OpenRCT2 synced 2026-02-02 11:45:13 +01:00

add ride previews

This commit is contained in:
Ted John
2016-07-02 12:06:29 +01:00
parent 52c11267bc
commit ebcbb085d2
3 changed files with 19 additions and 3 deletions

View File

@@ -40,6 +40,8 @@ public:
void Load() override;
void Unload() override;
void DrawPreview(rct_drawpixelinfo * dpi) const;
const utf8 * GetName() const override;
const utf8 * GetDescription() const;
const utf8 * GetCapacity() const;