1
0
mirror of https://github.com/cookiengineer/audacity synced 2025-10-21 06:01:13 +02:00

New files for ProjectAudioManager...

... This eliminates some inclusions of ProjectManager, helping to free it from
cycles into a higher level
This commit is contained in:
Paul Licameli
2019-06-09 08:39:18 -04:00
parent 0c2c2803a3
commit d979a8959b
18 changed files with 323 additions and 237 deletions

View File

@@ -68,7 +68,7 @@
#include "../ImageManipulation.h"
#include "../prefs/GUISettings.h"
#include "../Project.h"
#include "../ProjectManager.h"
#include "../ProjectAudioManager.h"
#include "../Prefs.h"
#include "../ShuttleGui.h"