aboutsummaryrefslogtreecommitdiff
path: root/redist/CNFGFunctions.h
diff options
context:
space:
mode:
authorCharles Lohr <lohr85@gmail.com>2018-03-22 00:05:17 +0000
committerCharles Lohr <lohr85@gmail.com>2018-03-22 00:05:17 +0000
commit96d6cb357f7dbe59fdfeba73808d78fc0c0ea435 (patch)
tree39c9965dd2a4d1ee330d7dac530374d9437641a1 /redist/CNFGFunctions.h
parentd2468fcc0bd63e163a7a0564fa37b7880e2209df (diff)
downloadlibsurvive-96d6cb357f7dbe59fdfeba73808d78fc0c0ea435.tar.gz
libsurvive-96d6cb357f7dbe59fdfeba73808d78fc0c0ea435.tar.bz2
Update rawdraw
Diffstat (limited to 'redist/CNFGFunctions.h')
-rw-r--r--redist/CNFGFunctions.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/redist/CNFGFunctions.h b/redist/CNFGFunctions.h
index 179a20b..1040863 100644
--- a/redist/CNFGFunctions.h
+++ b/redist/CNFGFunctions.h
@@ -34,7 +34,7 @@ void CNFGClearFrame();
void CNFGSwapBuffers();
void CNFGGetDimensions( short * x, short * y );
-void CNFGSetup( const char * WindowName, int w, int h );
+int CNFGSetup( const char * WindowName, int w, int h ); //return 0 if ok.
void CNFGSetupFullscreen( const char * WindowName, int screen_number );
void CNFGHandleInput();