loading dols
This commit is contained in:
@@ -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
|
||||
Reference in New Issue
Block a user