1
0
Fork 0
mirror of https://github.com/hyprwm/hyprland-plugins.git synced 2025-01-25 20:39:48 +01:00
hyprland-plugins/hyprtrails/globals.hpp
2023-11-04 00:45:35 +00:00

12 lines
No EOL
235 B
C++

#pragma once
#include <hyprland/src/plugins/PluginAPI.hpp>
inline HANDLE PHANDLE = nullptr;
struct SGlobalState {
CShader trailShader;
wl_event_source* tick = nullptr;
};
inline std::unique_ptr<SGlobalState> g_pGlobalState;