X-Git-Url: http://git.mutantstargoat.com/user/nuclear/?a=blobdiff_plain;ds=sidebyside;f=libs%2Fpsys%2Fpattr.c;h=8046e0268bd65d72b6336fff3133e968f6038282;hb=40b8c9565fdfeaa75070a557e79d18b00ae51ca6;hp=9f0f9adee588e22ee4ed594239cb9195af78ac01;hpb=ab16e737cf21ee1746868e027448d02de00954f7;p=andemo diff --git a/libs/psys/pattr.c b/libs/psys/pattr.c index 9f0f9ad..8046e02 100644 --- a/libs/psys/pattr.c +++ b/libs/psys/pattr.c @@ -30,7 +30,6 @@ along with this program. If not, see . #endif #include "pattr.h" -#include "psys_gl.h" enum { OPT_STR, @@ -55,8 +54,8 @@ static void release_cfg_opt(struct cfgopt *opt); static char *stripspace(char *str); static void *tex_cls; -static unsigned int (*load_texture)(const char*, void*) = psys_gl_load_texture; -static void (*unload_texture)(unsigned int, void*) = psys_gl_unload_texture; +static unsigned int (*load_texture)(const char*, void*); +static void (*unload_texture)(unsigned int, void*); void psys_texture_loader(unsigned int (*load)(const char*, void*), void (*unload)(unsigned int, void*), void *cls)