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