X-Git-Url: http://vcs.maemo.org/git/?a=blobdiff_plain;f=share%2Fimage.h;h=685e39e3d8092527352d448ec11d532b9ea19c31;hb=c02ae9f8fce350c74e6ac7d281f03857c44964a7;hp=5488b4152865801e5ebbb5458ada1848e4d9e777;hpb=241b29e63d39b23f16bd7dfdbbb93f5f7dec48a8;p=neverball diff --git a/share/image.h b/share/image.h index 5488b41..685e39e 100644 --- a/share/image.h +++ b/share/image.h @@ -5,17 +5,17 @@ #include #include "glext.h" +#include "base_image.h" /*---------------------------------------------------------------------------*/ void image_snap(char *); -void image_size(int *, int *, int, int); -GLuint make_image_from_surf(int *, int *, SDL_Surface *); -GLuint make_image_from_file(int *, int *, - int *, int *, const char *); +GLuint make_image_from_file(const char *); GLuint make_image_from_font(int *, int *, - int *, int *, const char *, TTF_Font *, int); + int *, int *, const char *, TTF_Font *); + +SDL_Surface *load_surface(const char *); /*---------------------------------------------------------------------------*/