diff options
Diffstat (limited to 'src/base/modules.h')
| -rw-r--r-- | src/base/modules.h | 4 |
1 files changed, 2 insertions, 2 deletions
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 |