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;
|
isCompressARBAvailable;
|
||||||
isCompressARBEnabled
|
isCompressARBEnabled
|
||||||
updateCompressARBEnabled
|
updateCompressARBEnabled
|
||||||
GfelInitCallbacks
|
GfelInitialize
|
||||||
GfelSetKeyboardDownFunc
|
GfelSetKeyboardDownCB
|
||||||
GfelSetKeyboardUpFunc
|
GfelSetKeyboardUpCB
|
||||||
GfelSetMouseButtonFunc
|
GfelSetMouseButtonCB
|
||||||
GfelSetMouseMotionFunc
|
GfelSetMouseMotionCB
|
||||||
GfelSetMousePassiveMotionFunc
|
GfelSetMousePassiveMotionCB
|
||||||
GfelSetIdleFunc
|
GfelSetIdleCB
|
||||||
GfelSetDisplayFunc
|
GfelSetDisplayCB
|
||||||
GfelSetReshapeFunc
|
GfelSetReshapeCB
|
||||||
GfelSetTimeDelayedFunc
|
GfelSetTimerCB
|
||||||
GfuiInitWindowPosition
|
GfuiInitWindowPosition
|
||||||
GfuiInitWindowSize
|
GfuiInitWindowSize
|
||||||
GfuiSwapBuffers
|
GfuiSwapBuffers
|
||||||
GfelPostRedisplay
|
GfelPostRedisplay
|
||||||
GfelForceRedisplay
|
GfelForceRedisplay
|
||||||
GfuiLeaveGameMode
|
|
||||||
LoadMenuXML
|
LoadMenuXML
|
||||||
CreateStaticControls
|
CreateStaticControls
|
||||||
CreateButtonControl
|
CreateButtonControl
|
||||||
|
|
Loading…
Reference in a new issue