mirror of
https://github.com/vale981/Hyprland
synced 2025-03-15 15:06:41 -04:00
5 lines
124 B
C++
5 lines
124 B
C++
![]() |
#pragma once
|
||
|
|
||
|
#include "../includes.hpp"
|
||
|
|
||
|
void addWLSignal(wl_signal*, wl_listener*, void* pOwner, std::string ownerString);
|