mirror of https://github.com/bsnes-emu/bsnes.git
10 lines
97 B
C++
10 lines
97 B
C++
![]() |
namespace hiro {
|
||
|
|
||
|
auto pHotkey::construct() -> void {
|
||
|
}
|
||
|
|
||
|
auto pHotkey::destruct() -> void {
|
||
|
}
|
||
|
|
||
|
}
|