From dd039677a097168b0488482a19f55a3e33e8b3c6 Mon Sep 17 00:00:00 2001 From: Sergeanur Date: Sat, 10 Oct 2020 23:50:00 +0300 Subject: Zones saving and loading --- src/core/Zones.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'src/core/Zones.h') diff --git a/src/core/Zones.h b/src/core/Zones.h index 92e292b8..3a74427d 100644 --- a/src/core/Zones.h +++ b/src/core/Zones.h @@ -108,5 +108,7 @@ public: static void AddZoneToAudioZoneArray(CZone *zone); static void InitialiseAudioZoneArray(void); static void SaveAllZones(uint8 *buffer, uint32 *length); + static void SaveOneZone(CZone *zone, uint8 **buffer, uint32 *length, eZoneType zoneType); static void LoadAllZones(uint8 *buffer, uint32 length); + static void LoadOneZone(CZone *zone, uint8 **buffer, uint32 *length, eZoneType zoneType); }; -- cgit v1.2.3