bsnes/hiro/gtk/hotkey.cpp

10 lines
97 B
C++

namespace hiro {
auto pHotkey::construct() -> void {
}
auto pHotkey::destruct() -> void {
}
}