pcsx2/plugins/LilyPad/DeviceEnumerator.h
mattmenke 3476172c49 LilyPad 0.9.9, more or less
git-svn-id: http://pcsx2.googlecode.com/svn/trunk@472 96395faa-99c1-11dd-bbfe-3dabce05a288
2009-02-11 09:24:56 +00:00

14 lines
282 B
C

// Shouldn't really be here, but not sure where else to put it.
struct InitInfo {
// 1 when binding key to ignore.
int bindingIgnore;
HWND hWndTop;
HWND hWnd;
// For config screen, need to eat button's message handling.
HWND hWndButton;
};
void EnumDevices();