From 5a50c73c3028677bd6c1f3176bbb0330b754f741 Mon Sep 17 00:00:00 2001 From: pouillot Date: Sun, 2 May 2010 17:46:45 +0000 Subject: [PATCH] Fixed exported function names after fixing #122 git-svn-id: https://svn.code.sf.net/p/speed-dreams/code/trunk@2419 30fe4595-0a0c-4342-8851-515496e4dcbd Former-commit-id: c535256f4d2d547c7b6c4ff8a4849fe9771f9f81 Former-commit-id: c64aa581fcaf901dcbb8f25301975d1457294edb --- src/libs/tgfclient/tgfclient.def | 21 ++++++++++----------- 1 file changed, 10 insertions(+), 11 deletions(-) diff --git a/src/libs/tgfclient/tgfclient.def b/src/libs/tgfclient/tgfclient.def index a1903a2f..72744eb1 100644 --- a/src/libs/tgfclient/tgfclient.def +++ b/src/libs/tgfclient/tgfclient.def @@ -105,22 +105,21 @@ EXPORTS isCompressARBAvailable; isCompressARBEnabled updateCompressARBEnabled - GfelInitCallbacks - GfelSetKeyboardDownFunc - GfelSetKeyboardUpFunc - GfelSetMouseButtonFunc - GfelSetMouseMotionFunc - GfelSetMousePassiveMotionFunc - GfelSetIdleFunc - GfelSetDisplayFunc - GfelSetReshapeFunc - GfelSetTimeDelayedFunc + GfelInitialize + GfelSetKeyboardDownCB + GfelSetKeyboardUpCB + GfelSetMouseButtonCB + GfelSetMouseMotionCB + GfelSetMousePassiveMotionCB + GfelSetIdleCB + GfelSetDisplayCB + GfelSetReshapeCB + GfelSetTimerCB GfuiInitWindowPosition GfuiInitWindowSize GfuiSwapBuffers GfelPostRedisplay GfelForceRedisplay - GfuiLeaveGameMode LoadMenuXML CreateStaticControls CreateButtonControl