mirror of https://github.com/bsnes-emu/bsnes.git
14 lines
131 B
C++
14 lines
131 B
C++
![]() |
#if defined(Hiro_Hotkey)
|
||
|
|
||
|
namespace hiro {
|
||
|
|
||
|
auto pHotkey::construct() -> void {
|
||
|
}
|
||
|
|
||
|
auto pHotkey::destruct() -> void {
|
||
|
}
|
||
|
|
||
|
}
|
||
|
|
||
|
#endif
|