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
@@ -7,7 +7,7 @@
#include <fstream>
#include <iostream>
namespace jdd {
namespace Jdd {
// Get singleton instance
auto ResourceLoader::get() -> ResourceLoader& {
@@ -196,4 +196,4 @@ auto ResourceLoader::loadAssetsConfig() const -> std::string {
return config_content;
}
} // namespace jdd
} // namespace Jdd