DEADSOFTWARE

Reformat with clang-format. Nothing useful
[nanogl.git] / GL / nanogl.h
index 99102fa01187f14159b4f414338f083c6c54a0c0..c5bc7b6f45880c53c9b5dc269344c621b98681b2 100644 (file)
@@ -25,14 +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);
-void nanoGL_Flush();
-void *nanoGL_GetProcAddress(const char *);
-void nanoGL_Reset();
+int nanoGL_Init( void );
+void nanoGL_Destroy( void );
+void nanoGL_Flush( );
+void *nanoGL_GetProcAddress( const char * );
+void nanoGL_Reset( );
 #ifdef __cplusplus
 }
 #endif
 
-
 #endif