mirror of
https://github.com/OpenRCT2/OpenRCT2
synced 2026-01-28 09:14:58 +01:00
Add new .park save format
Co-authored-by: Gymnasiast <Gymnasiast@users.noreply.github.com> Co-authored-by: duncanspumpkin <duncanspumpkin@users.noreply.github.com> Co-authored-by: ZehMatt <Zehmatt@users.noreply.github.com> Co-authored-by: Broxzier <Broxzier@users.noreply.github.com>
This commit is contained in:
@@ -26,6 +26,11 @@ public:
|
||||
return &_legacyType;
|
||||
}
|
||||
|
||||
const void* GetLegacyData() const
|
||||
{
|
||||
return &_legacyType;
|
||||
}
|
||||
|
||||
const PathSurfaceDescriptor& GetPathSurfaceDescriptor() const
|
||||
{
|
||||
return _pathSurfaceDescriptor;
|
||||
|
||||
Reference in New Issue
Block a user