7 lines
109 B
C++
7 lines
109 B
C++
|
|
#pragma once
|
||
|
|
|
||
|
|
#include <string>
|
||
|
|
|
||
|
|
namespace NHyprlandSocket {
|
||
|
|
std::string send(const std::string& cmd);
|
||
|
|
};
|