mirror of
https://github.com/PCSX2/pcsx2.git
synced 2025-04-02 10:52:54 -04:00
Then it would be easier to separate CG/GLSL for copyright issue. CG is not compatible with the GPL... Old version will be zzogl-pg-cg Future version will be zzogl-pg git-svn-id: http://pcsx2.googlecode.com/svn/trunk@5165 96395faa-99c1-11dd-bbfe-3dabce05a288
9 lines
198 B
C
9 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__ */
|