loading dols

This commit is contained in:
2026-05-12 10:44:44 +02:00
parent 5f1e3aa095
commit 0b1d14bcd5
9 changed files with 163 additions and 42 deletions
+9
View File
@@ -0,0 +1,9 @@
#pragma once
#include <ircolib/types.hpp>
#include <string>
namespace weee::core {
struct mem;
bool load_dol(const std::string &, mem &);
} // namespace weee::core