hostsupport/hostopengles20/src/hgl.h
branchbug235_bringup_0
changeset 76 24381b61de5c
parent 55 09263774e342
child 77 b0395290e61f
equal deleted inserted replaced
75:82d8da1d79c7 76:24381b61de5c
   217 } HGL;
   217 } HGL;
   218 
   218 
   219 #ifndef HGL_NO_VARIABLES
   219 #ifndef HGL_NO_VARIABLES
   220 extern HGL hgl;
   220 extern HGL hgl;
   221 
   221 
   222 extern int hglLoad();
   222 extern int hglLoad(HGL* hgl);
   223 #endif // HGL_NO_VARIABLES
   223 #endif // HGL_NO_VARIABLES
   224 
   224 
   225 #endif // HGL_H_
   225 #endif // HGL_H_