Difference for arch/ogl/include/ogl_init.h from version 1.4 to 1.5


version 1.4 version 1.5
Line 21
 
Line 21
   
 //generic funcs  //generic funcs
 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,float *u,float *v);
 void ogl_do_palfx(void);  void ogl_do_palfx(void);
   
   

Legend:
line(s) removed in v.1.4 
line(s) changed
 line(s) added in v.1.5