X-Git-Url: https://deadsoftware.ru/gitweb?p=nanogl.git;a=blobdiff_plain;f=GL%2Fnanogl.h;h=c5bc7b6f45880c53c9b5dc269344c621b98681b2;hp=99102fa01187f14159b4f414338f083c6c54a0c0;hb=09d6668385eaa4a132f4efb14da2e4882ff3c82f;hpb=abdb29a685652588a08667d7830879d407a18d5c diff --git a/GL/nanogl.h b/GL/nanogl.h index 99102fa..c5bc7b6 100644 --- a/GL/nanogl.h +++ b/GL/nanogl.h @@ -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