start executing

This commit is contained in:
2026-05-12 14:02:34 +02:00
parent 0b1d14bcd5
commit fc5beebd8e
12 changed files with 144 additions and 13 deletions
+2 -1
View File
@@ -4,6 +4,7 @@
namespace weee::core {
struct mem;
struct broadway;
bool load_dol(const std::string &, mem &);
bool load_dol(const std::string &, mem &, broadway &);
} // namespace weee::core