mirror of
https://github.com/momo5502/emulator.git
synced 2026-01-24 06:01:02 +00:00
5 lines
99 B
C++
5 lines
99 B
C++
#pragma once
|
|
#include "../io_device.hpp"
|
|
|
|
std::unique_ptr<io_device> create_mount_point_manager();
|