diff options
Diffstat (limited to 'src/base/modules.h')
| -rw-r--r-- | src/base/modules.h | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/src/base/modules.h b/src/base/modules.h index 1437c52..9329dbd 100644 --- a/src/base/modules.h +++ b/src/base/modules.h @@ -31,11 +31,7 @@ typedef struct export_fce_s int (*fce_getNetTypeGame)(); int (*fce_loadDepModule)(char *name); -#ifndef __WIN32__ void (*fce_addToExportFce)(char *name, void *function); -#else - void (*fce_addToExportFce)(char *name, HINSTANCE *function); -#endif void* (*fce_getExportFce)(char *name); void (*fce_getTuxProportion)(tux_t *tux, int *x,int *y, int *w, int *h); |