bsnes/hiro/windows/hotkey.cpp

14 lines
131 B
C++

#if defined(Hiro_Hotkey)
namespace hiro {
auto pHotkey::construct() -> void {
}
auto pHotkey::destruct() -> void {
}
}
#endif