Hyprland/src/debug/HyprCtl.hpp

11 lines
203 B
C++
Raw Normal View History

2022-03-20 16:51:14 +01:00
#pragma once
#include "../Compositor.hpp"
#include <fstream>
namespace HyprCtl {
2022-03-21 18:29:41 +01:00
void startHyprCtlSocket();
2022-03-20 16:51:14 +01:00
void tickHyprCtl();
inline std::ifstream requestStream;
};