mirror of
https://github.com/PCSX2/pcsx2.git
synced 2026-09-10 06:42:57 +02:00
git-svn-id: http://pcsx2.googlecode.com/svn/trunk@733 96395faa-99c1-11dd-bbfe-3dabce05a288
12 lines
212 B
C
12 lines
212 B
C
#ifndef __WIN32_H__
|
|
#define __WIN32_H__
|
|
|
|
#include "../GS.h"
|
|
|
|
#include "resrc1.h"
|
|
#include "resource.h"
|
|
|
|
BOOL CALLBACK ConfigureDlgProc(HWND hW, UINT uMsg, WPARAM wParam, LPARAM lParam);
|
|
|
|
#endif /* __WIN32_H__ */
|