Update minidexed.h

pull/267/head
arsamus 3 years ago committed by GitHub
parent 78cc5bb00d
commit 63ffd66876
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 4
      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

Loading…
Cancel
Save