summaryrefslogtreecommitdiff
path: root/plugins/peopsxgl/draw.h
diff options
context:
space:
mode:
Diffstat (limited to 'plugins/peopsxgl/draw.h')
-rw-r--r--plugins/peopsxgl/draw.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/plugins/peopsxgl/draw.h b/plugins/peopsxgl/draw.h
index 14d2373e..82f920db 100644
--- a/plugins/peopsxgl/draw.h
+++ b/plugins/peopsxgl/draw.h
@@ -28,6 +28,11 @@
#define COLOR(x) (x & 0xffffff)
// prototypes
+
+#ifdef _WINDOWS
+BOOL bSetupPixelFormat(HDC hDC);
+#endif
+
int GLinitialize();
void GLcleanup();
BOOL offset2(void);