summaryrefslogtreecommitdiffstats
path: root/src/core/Zones.h
diff options
context:
space:
mode:
authoreray orçunus <erayorcunus@gmail.com>2020-10-12 19:47:34 +0200
committereray orçunus <erayorcunus@gmail.com>2020-10-12 19:47:34 +0200
commit342da2430b5e0ca6ccc278c32ff104e1cfdb4113 (patch)
tree3285d50a4a687252b31c965afcde3a5a7a0d5cdc /src/core/Zones.h
parentSampleManager (diff)
parentStreaming and cross-platform fixes (diff)
downloadre3-342da2430b5e0ca6ccc278c32ff104e1cfdb4113.tar
re3-342da2430b5e0ca6ccc278c32ff104e1cfdb4113.tar.gz
re3-342da2430b5e0ca6ccc278c32ff104e1cfdb4113.tar.bz2
re3-342da2430b5e0ca6ccc278c32ff104e1cfdb4113.tar.lz
re3-342da2430b5e0ca6ccc278c32ff104e1cfdb4113.tar.xz
re3-342da2430b5e0ca6ccc278c32ff104e1cfdb4113.tar.zst
re3-342da2430b5e0ca6ccc278c32ff104e1cfdb4113.zip
Diffstat (limited to 'src/core/Zones.h')
-rw-r--r--src/core/Zones.h2
1 files changed, 2 insertions, 0 deletions
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);
};