2024-02-22 00:52:12 +01:00
|
|
|
#pragma once
|
|
|
|
|
|
|
|
|
|
#include <string>
|
2024-10-13 12:04:32 +00:00
|
|
|
#include <hyprlang.hpp>
|
|
|
|
|
#include <hyprutils/math/Vector2D.hpp>
|
2024-07-09 05:32:49 -04:00
|
|
|
|
2024-03-10 15:37:25 +01:00
|
|
|
std::string absolutePath(const std::string&, const std::string&);
|