pcem/src/wx-shaderconfig.h
pcem_emulator 2881d35680 Changes to wxWidgets/SDL2 port :
- Updated UI
- OpenGL 3.0 with GLSL/GLSLP-support
- Improvements to Windows version
- Minor changes/bugfixes
Patch from bit.
2017-07-30 10:39:27 +01:00

13 lines
226 B
C

#ifndef SRC_WX_SHADERCONFIG_H_
#define SRC_WX_SHADERCONFIG_H_
#ifdef __cplusplus
extern "C" {
#endif
void shaderconfig_open(void* hwnd, struct glslp_t* glsl);
#ifdef __cplusplus
}
#endif
#endif /* SRC_WX_SHADERCONFIG_H_ */