[Qt] Fix to compile with FBA_DEBUG

This commit is contained in:
Marcos Medeiros 2014-09-15 16:14:13 +00:00
parent 3da8e2b696
commit 029716c556
2 changed files with 7 additions and 0 deletions

View File

@ -36,6 +36,11 @@ void wav_pause(bool bResume)
}
void wav_exit()
{
}
bool AppProcessKeyboardInput()
{
return true;

View File

@ -57,7 +57,9 @@ typedef int HWND;
extern int bDrvOkay;
extern int bRunPause;
#ifdef __cplusplus
extern bool bAlwaysProcessKeyboardInput;
#endif
extern HWND hScrnWnd; // Handle to the screen window
extern void InpDIPSWResetDIPs (void);