mirror of
https://github.com/OpenRCT2/OpenRCT2
synced 2026-02-02 11:45:13 +01:00
Add virtual destructor
This commit is contained in:
committed by
Michał Janiszewski
parent
4851a45a83
commit
297d6ba1d5
@@ -38,6 +38,8 @@ typedef struct ride_group {
|
||||
#ifdef __cplusplus
|
||||
interface IRideGroupManager
|
||||
{
|
||||
virtual ~IRideGroupManager() { }
|
||||
|
||||
virtual const ride_group * GetRideGroup(uint8 trackType, rct_ride_entry * rideEntry) const abstract;
|
||||
virtual bool TrackTypeHasRideGroups(uint8 trackType) const abstract;
|
||||
virtual ride_group * RideGroupFind(uint8 rideType, uint8 index) const abstract;
|
||||
|
||||
Reference in New Issue
Block a user