]> Shamusworld >> Repos - virtualjaguar/blobdiff - src/include/sdlemu_opengl.h
Clean up of certain code and adding of new functions related to OpenGL.
[virtualjaguar] / src / include / sdlemu_opengl.h
index 8ec090f062b8c6b018382e097912045bda5157f6..a63b7b9c049f69edb05807eef13c34e78a2d3f6e 100644 (file)
 extern "C" {
 #endif
 
-void sdlemu_init_opengl(SDL_Surface * src, int texturetype, float size, int filter, int src_bpp);
+void sdlemu_init_opengl(SDL_Surface * src, SDL_Surface * dst, int texturetype, int filter, int src_bpp);
 void sdlemu_draw_texture(SDL_Surface * dst, SDL_Surface * src, int texturetype);
 void sdlemu_close_opengl(void);
-void sdlemu_resize_texture(SDL_Surface * src, SDL_Surface * dst, int filter, int src_bpp);
+void sdlemu_create_texture(SDL_Surface * src, SDL_Surface * dst, int filter, int src_bpp);
 
 #ifdef __cplusplus
 }