1
0
mirror of https://github.com/cookiengineer/audacity synced 2025-12-26 14:41:14 +01:00

Redo CommandFlags as std::bitset, allow registration of values

This commit is contained in:
Paul Licameli
2019-06-13 12:29:15 -04:00
parent 1f763984c9
commit 36e3a03c7f
10 changed files with 157 additions and 160 deletions

View File

@@ -15,6 +15,7 @@
#include <wx/string.h> // member variable
#include "Prefs.h"
#include "ClientData.h"
#include "commands/CommandFlag.h"
class wxArrayString;
class wxCommandEvent;
@@ -29,7 +30,6 @@ class ViewInfo;
class WaveClip;
class WaveTrack;
enum CommandFlag : unsigned long long;
enum EffectType : int;
typedef wxString PluginID;