aboutsummaryrefslogtreecommitdiff
path: root/include/cru/common/io/Resource.hpp
blob: 4fd00bdd3ef97976da3ee3a3b19346e5c65f299d (plain)
1
2
3
4
5
6
7
8
#pragma once
#include "../Base.hpp"

#include <filesystem>

namespace cru::io {
std::filesystem::path CRU_BASE_API GetResourceDir();
}