forked from speed-dreams/speed-dreams-code
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
This commit is contained in:
parent
f772788828
commit
5a50c73c30
1 changed files with 10 additions and 11 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue