DEADSOFTWARE

Reformat with clang-format. Nothing useful
[nanogl.git] / GL / nanogl.h
index ff7ca61bf3277ef250cbe407443b3425b679a9d1..c5bc7b6f45880c53c9b5dc269344c621b98681b2 100644 (file)
@@ -25,12 +25,13 @@ Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA  02111-1307, USA.
 extern "C" {
 #endif
 
-int nanoGL_Init(void);
-void nanoGL_Destroy(void);
-
+int nanoGL_Init( void );
+void nanoGL_Destroy( void );
+void nanoGL_Flush( );
+void *nanoGL_GetProcAddress( const char * );
+void nanoGL_Reset( );
 #ifdef __cplusplus
 }
 #endif
 
-
 #endif