mirror of
https://github.com/momo5502/emulator.git
synced 2026-01-21 04:33:56 +00:00
9 lines
199 B
C++
9 lines
199 B
C++
#pragma once
|
|
#include <filesystem>
|
|
|
|
class windows_emulator;
|
|
|
|
namespace minidump_loader
|
|
{
|
|
void load_minidump_into_emulator(windows_emulator& win_emu, const std::filesystem::path& minidump_path);
|
|
} |