mirror of
https://github.com/hyprwm/Hyprland
synced 2024-11-05 17:25:58 +01:00
146b189d54
unless you use the --i-am-really-stupid flag
7 lines
No EOL
79 B
C++
7 lines
No EOL
79 B
C++
#pragma once
|
|
|
|
#include "../defines.hpp"
|
|
|
|
namespace Init {
|
|
bool isSudo();
|
|
}; |