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