mirror of
https://github.com/hyprwm/Hyprland
synced 2024-11-15 17:45:58 +01:00
7 lines
79 B
C++
7 lines
79 B
C++
|
#pragma once
|
||
|
|
||
|
#include "../defines.hpp"
|
||
|
|
||
|
namespace Init {
|
||
|
bool isSudo();
|
||
|
};
|