chore: basic plugin project setup

This commit is contained in:
Virt 2024-06-21 13:40:57 +02:00
commit 85b89bc389
4 changed files with 67 additions and 0 deletions

5
src/globals.hpp Normal file
View file

@ -0,0 +1,5 @@
#pragma once
#include <hyprland/src/plugins/PluginAPI.hpp>
inline HANDLE PHANDLE = nullptr;