summaryrefslogtreecommitdiff
path: root/src/base/modules.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/base/modules.h')
-rw-r--r--src/base/modules.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/base/modules.h b/src/base/modules.h
index 9329dbd..e5a15f1 100644
--- a/src/base/modules.h
+++ b/src/base/modules.h
@@ -31,8 +31,8 @@ typedef struct export_fce_s
int (*fce_getNetTypeGame)();
int (*fce_loadDepModule)(char *name);
- void (*fce_addToExportFce)(char *name, void *function);
- void* (*fce_getExportFce)(char *name);
+ void (*fce_addToShareFce)(char *name, void *function);
+ void* (*fce_getShareFce)(char *name);
void (*fce_getTuxProportion)(tux_t *tux, int *x,int *y, int *w, int *h);
void (*fce_setTuxProportion)(tux_t *tux, int x, int y);