Split utility headers

This commit is contained in:
WarmUpTill
2024-01-21 00:08:06 +01:00
committed by WarmUpTill
parent 8b9f3064ba
commit cf5f338902
153 changed files with 1513 additions and 1294 deletions

View File

@@ -1,10 +1,14 @@
#include "macro-action-plugin-state.hpp"
#include "layout-helpers.hpp"
#include "plugin-state-helpers.hpp"
#include "utility.hpp"
#include "selection-helpers.hpp"
#include "source-helpers.hpp"
#include "ui-helpers.hpp"
#include <thread>
#include <condition_variable>
#include <obs-frontend-api.h>
#include <QMainWindow>
#include <thread>
using namespace std::chrono_literals;