mirror of
https://github.com/hyprwm/hyprlock.git
synced 2025-12-20 08:50:03 +01:00
7 lines
134 B
C++
7 lines
134 B
C++
|
|
#pragma once
|
||
|
|
|
||
|
|
#include <string>
|
||
|
|
#include <optional>
|
||
|
|
|
||
|
|
std::optional<std::string> absolutePath(const std::string&, const std::string&);
|