mirror of
https://github.com/hyprwm/hyprland-plugins.git
synced 2025-05-12 21:30:37 +01:00
12 lines
232 B
C++
12 lines
232 B
C++
#pragma once
|
|
|
|
#include <hyprland/src/plugins/PluginAPI.hpp>
|
|
|
|
inline HANDLE PHANDLE = nullptr;
|
|
|
|
struct SGlobalState {
|
|
SShader trailShader;
|
|
wl_event_source* tick = nullptr;
|
|
};
|
|
|
|
inline UP<SGlobalState> g_pGlobalState;
|