mirror of https://github.com/PCSX2/pcsx2.git
10 lines
198 B
C
10 lines
198 B
C
|
#ifndef __WIN32_H__
|
||
|
#define __WIN32_H__
|
||
|
|
||
|
#include "resrc1.h"
|
||
|
#include "Win32/resource.h"
|
||
|
|
||
|
BOOL CALLBACK ConfigureDlgProc(HWND hW, UINT uMsg, WPARAM wParam, LPARAM lParam);
|
||
|
|
||
|
#endif /* __WIN32_H__ */
|