This commit is contained in:
2025-11-03 09:58:19 +01:00
parent 3f1c737247
commit d4030ec1bc
4 changed files with 26 additions and 30 deletions
+2 -4
View File
@@ -8,8 +8,7 @@
#include <string>
#include <vector>
namespace Jdd {
namespace ResourceHelper {
namespace Jdd::ResourceHelper {
// Initialize the resource system
// pack_file: Path to resources.pack
@@ -37,7 +36,6 @@ auto shouldUseResourcePack(const std::string& filepath) -> bool;
// Check if pack is loaded
auto isPackLoaded() -> bool;
} // namespace ResourceHelper
} // namespace Jdd
} // namespace Jdd::ResourceHelper
#endif // RESOURCE_HELPER_HPP