mirror of
https://github.com/hyprwm/Hypr.git
synced 2024-11-30 00:15:59 +01:00
7 lines
77 B
C++
7 lines
77 B
C++
|
#pragma once
|
||
|
|
||
|
#include "../defines.hpp"
|
||
|
|
||
|
std::string exec(const char* cmd);
|
||
|
|