summaryrefslogtreecommitdiff
path: root/src/base/modules.h
diff options
context:
space:
mode:
authorscarab <scarab@0ee4d065-81f0-4d1e-b06c-ff20ad07cc3e>2008-07-29 15:05:21 +0000
committerscarab <scarab@0ee4d065-81f0-4d1e-b06c-ff20ad07cc3e>2008-07-29 15:05:21 +0000
commit3b66d10f0f0f47894a2cc0aba81035fa534a2b06 (patch)
treeca0cba6d82f7dfba7c2584584aab5ae5808a8bf6 /src/base/modules.h
parentc86df412753dc8e05eb1495ce82909a050b32d5a (diff)
- dalsi upravy pro win32 a nastavovani klaves
git-svn-id: http://opensvn.csie.org/tuxanci_ng@179 0ee4d065-81f0-4d1e-b06c-ff20ad07cc3e
Diffstat (limited to 'src/base/modules.h')
-rw-r--r--src/base/modules.h4
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);