mirror of https://github.com/bsnes-emu/bsnes.git
12 lines
111 B
C++
12 lines
111 B
C++
|
#if defined(Hiro_Hotkey)
|
||
|
|
||
|
namespace hiro {
|
||
|
|
||
|
struct pHotkey : pObject {
|
||
|
Declare(Hotkey, Object)
|
||
|
};
|
||
|
|
||
|
}
|
||
|
|
||
|
#endif
|