unificats els resources en un namespace
This commit is contained in:
@@ -8,7 +8,7 @@
|
||||
#include <string>
|
||||
#include <vector>
|
||||
|
||||
namespace Jdd::ResourceHelper {
|
||||
namespace Resource::Helper {
|
||||
|
||||
// Initialize the resource system
|
||||
// pack_file: Path to resources.pack
|
||||
@@ -36,6 +36,6 @@ auto shouldUseResourcePack(const std::string& filepath) -> bool;
|
||||
// Check if pack is loaded
|
||||
auto isPackLoaded() -> bool;
|
||||
|
||||
} // namespace Jdd::ResourceHelper
|
||||
} // namespace Resource::Helper
|
||||
|
||||
#endif // RESOURCE_HELPER_HPP
|
||||
|
||||
Reference in New Issue
Block a user