Difference for arch/ogl/include/ogl_init.h from version 1.2 to 1.3


version 1.2 version 1.3
Line 16
 
Line 16
 void ogl_close(void);//one time shutdown  void ogl_close(void);//one time shutdown
   
 //generic funcs  //generic funcs
 inline void ogl_loadbmtexture(grs_bitmap *bm);  void ogl_loadbmtexture(grs_bitmap *bm);
 void ogl_loadtexture(unsigned char * data, int width, int height, int *texid);  void ogl_loadtexture(unsigned char * data, int width, int height, int *texid);
 void ogl_do_palfx(void);  void ogl_do_palfx(void);
   

Legend:
line(s) removed in v.1.2 
line(s) changed
 line(s) added in v.1.3