This commit is contained in:
2025-11-03 09:52:54 +01:00
parent 1409ab5bff
commit 3f1c737247
32 changed files with 254 additions and 243 deletions
+2 -2
View File
@@ -8,7 +8,7 @@
#include <string>
#include <vector>
namespace jdd {
namespace Jdd {
namespace ResourceHelper {
// Initialize the resource system
@@ -38,6 +38,6 @@ auto shouldUseResourcePack(const std::string& filepath) -> bool;
auto isPackLoaded() -> bool;
} // namespace ResourceHelper
} // namespace jdd
} // namespace Jdd
#endif // RESOURCE_HELPER_HPP