From 63ffd668763f282a718de8ec758bb9bc4132c16e Mon Sep 17 00:00:00 2001 From: arsamus Date: Sat, 11 Jun 2022 02:39:02 -0300 Subject: [PATCH] Update minidexed.h --- src/minidexed.h | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/src/minidexed.h b/src/minidexed.h index 1da2c11..65cf0a6 100644 --- a/src/minidexed.h +++ b/src/minidexed.h @@ -114,6 +114,8 @@ public: bool DoSavePerformanceNewFile (void); bool DoSetNewPerformance (void); + bool GetPerformanceSelectToLoad(void); + bool SavePerformance (bool bSaveAsDeault); enum TParameter { @@ -259,6 +261,8 @@ private: CSpinLock m_ReverbSpinLock; bool m_bSavePerformance; + bool m_bLoadPerformanceBusy; + bool m_bSaveAsDeault; }; #endif