mirror of
https://github.com/brunoherbelin/vimix.git
synced 2025-12-17 13:19:59 +01:00
Add TimerMetronomeWindow and WorkspaceWindow classes
- Introduced TimerMetronomeWindow.h and WorkspaceWindow.h to manage workspace windows and timer metronome functionality. - Implemented WorkspaceWindow.cpp with methods for managing window visibility, collapsing, and workspace clearing/restoration. - Removed obsolete snippets.cpp file containing unused code and functions.
This commit is contained in:
@@ -24,10 +24,10 @@
|
||||
#include <glm/gtx/rotate_vector.hpp>
|
||||
|
||||
#include "defines.h"
|
||||
#include "Source.h"
|
||||
#include "Decorations.h"
|
||||
#include "Visitor.h"
|
||||
#include "BaseToolkit.h"
|
||||
#include "Source/Source.h"
|
||||
#include "Scene/Decorations.h"
|
||||
#include "Visitor/Visitor.h"
|
||||
#include "Toolkit/BaseToolkit.h"
|
||||
|
||||
#include "MixingGroup.h"
|
||||
|
||||
|
||||
Reference in New Issue
Block a user