X-Git-Url: https://deadsoftware.ru/gitweb?a=blobdiff_plain;ds=sidebyside;f=GL%2Fnanogl.h;h=99102fa01187f14159b4f414338f083c6c54a0c0;hb=37683dff4a5215ba524bc7eccc22206388051374;hp=ff7ca61bf3277ef250cbe407443b3425b679a9d1;hpb=36696ece82d8944326abc5e5949be301ae360ef3;p=nanogl.git diff --git a/GL/nanogl.h b/GL/nanogl.h index ff7ca61..99102fa 100644 --- a/GL/nanogl.h +++ b/GL/nanogl.h @@ -27,7 +27,9 @@ extern "C" { int nanoGL_Init(void); void nanoGL_Destroy(void); - +void nanoGL_Flush(); +void *nanoGL_GetProcAddress(const char *); +void nanoGL_Reset(); #ifdef __cplusplus } #endif