hy3/src/globals.hpp
outfoxxed e57d1aec4c
Update to hyprland pkg-config
This also allows hy3 to be built as an output
2023-04-27 11:14:11 -07:00

5 lines
152 B
C++

#include <hyprland/src/plugins/PluginAPI.hpp>
#include "Hy3Layout.hpp"
inline HANDLE PHANDLE = nullptr;
inline std::unique_ptr<Hy3Layout> g_Hy3Layout;