mirror of
https://github.com/momo5502/emulator.git
synced 2026-01-19 11:43:56 +00:00
7 lines
121 B
C++
7 lines
121 B
C++
#pragma once
|
|
|
|
#include <memory>
|
|
#include <arch_emulator.hpp>
|
|
|
|
std::unique_ptr<x86_64_emulator> create_x86_64_emulator();
|