From 408a1462f79880b684c8e3e848f656c20d10f6b9 Mon Sep 17 00:00:00 2001 From: Vaxry Date: Thu, 19 Sep 2024 22:42:29 +0100 Subject: [PATCH] e --- CMakeLists.txt | 2 +- src/includes.hpp | 6 ++++++ 2 files changed, 7 insertions(+), 1 deletion(-) create mode 100644 src/includes.hpp diff --git a/CMakeLists.txt b/CMakeLists.txt index de21149..bc50e59 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -63,7 +63,7 @@ pkg_check_modules( gbm hyprlang>=0.2.0 hyprutils - hyprwayland-scanner>=0.4.0) + hyprwayland-scanner>=0.4.1) # check whether we can find sdbus-c++ through pkg-config pkg_check_modules(SDBUS IMPORTED_TARGET sdbus-c++) diff --git a/src/includes.hpp b/src/includes.hpp new file mode 100644 index 0000000..5043864 --- /dev/null +++ b/src/includes.hpp @@ -0,0 +1,6 @@ +#pragma once + +#include +using namespace Hyprutils::Memory; +#define SP CSharedPointer +#define WP CWeakPointer \ No newline at end of file