aboutsummaryrefslogtreecommitdiff
path: root/redist/CNFGFunctions.h
diff options
context:
space:
mode:
authorcnlohr <lohr85@gmail.com>2017-03-22 00:12:31 -0400
committercnlohr <lohr85@gmail.com>2017-03-22 00:12:31 -0400
commit3694605b23b1019488844bf448d461eacc69077f (patch)
tree56b65755c20e09074d6c1db0c31adb4ee8c7a413 /redist/CNFGFunctions.h
parent8253e3c3adbb54ebc3d3c8e02c017e900a83edb0 (diff)
downloadlibsurvive-3694605b23b1019488844bf448d461eacc69077f.tar.gz
libsurvive-3694605b23b1019488844bf448d461eacc69077f.tar.bz2
Update RawDraw to version that can at least support OpenGL if we want it.
Diffstat (limited to 'redist/CNFGFunctions.h')
-rw-r--r--redist/CNFGFunctions.h7
1 files changed, 6 insertions, 1 deletions
diff --git a/redist/CNFGFunctions.h b/redist/CNFGFunctions.h
index 9ecb1bd..179a20b 100644
--- a/redist/CNFGFunctions.h
+++ b/redist/CNFGFunctions.h
@@ -1,4 +1,4 @@
-//Copyright (c) 2011 <>< Charles Lohr - Under the MIT/x11 or NewBSD License you choose.
+//Copyright (c) 2011, 2017 <>< Charles Lohr - Under the MIT/x11 or NewBSD License you choose.
#ifndef _DRAWFUCNTIONS_H
#define _DRAWFUCNTIONS_H
@@ -49,6 +49,11 @@ void HandleDestroy();
//Internal function for resizing rasterizer for rasterizer-mode.
void CNFGInternalResize( short x, short y ); //don't call this.
+//Not available on all systems. Use The OGL portion with care.
+#ifdef CNFGOGL
+void CNFGSetVSync( int vson );
+void * CNFGGetExtension( const char * extname );
+#endif
#ifdef __cplusplus
};