Move desktop notifications to its own header

We'll need to use this from the chainloader.
This commit is contained in:
Robbert van der Helm
2022-04-16 14:57:26 +02:00
parent fde90d7bc3
commit 46af07748b
12 changed files with 246 additions and 193 deletions
+1
View File
@@ -61,6 +61,7 @@ host_common_sources = files(
'../common/logging/common.cpp',
'../common/logging/vst2.cpp',
'../common/audio-shm.cpp',
'../common/notifications.cpp',
'../common/plugins.cpp',
'../common/process.cpp',
'../common/utils.cpp',
+1
View File
@@ -19,6 +19,7 @@
#include <iostream>
#include <numeric>
#include "../common/notifications.h"
#include "editor.h"
using namespace std::literals::chrono_literals;