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);
|