Hyprland/src/debug/HyprCtl.hpp

12 lines
243 B
C++
Raw Normal View History

2022-03-20 16:51:14 +01:00
#pragma once
#include "../Compositor.hpp"
#include <fstream>
2022-04-04 19:44:25 +02:00
#include "../helpers/MiscFunctions.hpp"
2022-03-20 16:51:14 +01:00
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;
};