mirror of
https://github.com/hyprwm/Hyprland
synced 2026-05-18 06:58:11 +02:00
7 lines
No EOL
79 B
C++
7 lines
No EOL
79 B
C++
#pragma once
|
|
|
|
#include "../defines.hpp"
|
|
|
|
namespace Init {
|
|
bool isSudo();
|
|
}; |