JustAnotherDnDGame 0.1.0
Jeu de rôle tactique au d20, vue de dessus, en C++/Qt
Loading...
Searching...
No Matches
ExecutableDirectory.h
Go to the documentation of this file.
1// SPDX-FileCopyrightText: 2026 Valentin Eloy
2// SPDX-License-Identifier: GPL-3.0-or-later
3
4#pragma once
5
6#include <filesystem>
7
12
13namespace hmi {
14
20[[nodiscard]] std::filesystem::path executableDirectory();
21
22} // namespace hmi
Definition AudioEngine.cpp:15
std::filesystem::path executableDirectory()
Dossier contenant l'exécutable en cours, pour localiser les ressources copiées à côté (niveaux,...
Definition ExecutableDirectory.cpp:12