From e081a44d36e677a639c728c9760a375d2acad291 Mon Sep 17 00:00:00 2001 From: Vaxry Date: Sat, 27 Apr 2024 03:25:26 +0100 Subject: [PATCH] fix pch --- src/plugins/PluginAPI.hpp | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/src/plugins/PluginAPI.hpp b/src/plugins/PluginAPI.hpp index 09855dd4..2932ead9 100644 --- a/src/plugins/PluginAPI.hpp +++ b/src/plugins/PluginAPI.hpp @@ -61,6 +61,10 @@ class IHyprLayout; class CWindow; class IHyprWindowDecoration; struct SConfigValue; +class CWindow; + +typedef std::shared_ptr PHLWINDOW; +typedef std::weak_ptr PHLWINDOWREF; /* These methods are for the plugin to implement