bsnes/hiro/gtk/hotkey.hpp

8 lines
77 B
C++

namespace hiro {
struct pHotkey : pObject {
Declare(Hotkey, Object)
};
}