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