11 lines
195 B
C++
11 lines
195 B
C++
#pragma once
|
|
#include <ircolib/types.hpp>
|
|
#include <string>
|
|
|
|
namespace weee::core {
|
|
struct mem;
|
|
struct broadway;
|
|
|
|
bool load_dol(const std::string &, mem &, broadway &);
|
|
} // namespace weee::core
|