1
0
mirror of https://github.com/OpenRCT2/OpenRCT2 synced 2025-12-21 14:53:02 +01:00

Remove non-implemented function declaration

This commit is contained in:
Gymnasiast
2025-03-26 13:26:30 +01:00
parent 2002f697e0
commit c838ad1ba7

View File

@@ -314,7 +314,6 @@ namespace OpenRCT2::RCT2
uint8_t SecondaryColour; // 0x15 uint8_t SecondaryColour; // 0x15
colour_t getTertiaryWallColour() const; colour_t getTertiaryWallColour() const;
void setTertiaryWallColour(colour_t colour);
}; };
static_assert(sizeof(TD6SceneryElement) == 0x16); static_assert(sizeof(TD6SceneryElement) == 0x16);