From 77465c2629ef63629d69c97a0af60a47a07ce7f5 Mon Sep 17 00:00:00 2001 From: oroborus Date: Thu, 17 Jul 2008 20:49:03 +0000 Subject: - opravena chyba, tux mophol pomocou bombballu vybuchnuteho v objekte do ktoreho sa dostal ako duch pridavat itemy - kod namiesto SDL_Surface pouziva moj typ image_t git-svn-id: http://opensvn.csie.org/tuxanci_ng@154 0ee4d065-81f0-4d1e-b06c-ff20ad07cc3e --- src/base/modules.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/base/modules.h') diff --git a/src/base/modules.h b/src/base/modules.h index 1d68568..9705d7f 100644 --- a/src/base/modules.h +++ b/src/base/modules.h @@ -21,9 +21,9 @@ typedef struct export_fce_s int (*fce_getValue)(char *line, char *env, char *val, int len); #ifndef PUBLIC_SERVER - SDL_Surface* (*fce_getImage)(char *group, char *name); + image_t* (*fce_getImage)(char *group, char *name); - void (*fce_addLayer)(SDL_Surface *img, + void (*fce_addLayer)(image_t *img, int x,int y, int px,int py, int w,int h, int player); #endif -- cgit v1.2.3