Exports file for Win32 dll. One EXPORT for each FGAPI line in freeglut.h
git-svn-id: https://svn.code.sf.net/p/freeglut/code/trunk@44 7f0cb862-5218-0410-a997-914c9d46530a
This commit is contained in:
parent
0633ee283e
commit
22911345db
1
.gitattributes
vendored
1
.gitattributes
vendored
@ -41,6 +41,7 @@ freeglut/freeglut/freeglut-1.3/freeglut_structure.c svn_keywords=Author+Date+Id+
|
|||||||
freeglut/freeglut/freeglut-1.3/freeglut_teapot.c svn_keywords=Author+Date+Id+Revision
|
freeglut/freeglut/freeglut-1.3/freeglut_teapot.c svn_keywords=Author+Date+Id+Revision
|
||||||
freeglut/freeglut/freeglut-1.3/freeglut_videoresize.c svn_keywords=Author+Date+Id+Revision
|
freeglut/freeglut/freeglut-1.3/freeglut_videoresize.c svn_keywords=Author+Date+Id+Revision
|
||||||
freeglut/freeglut/freeglut-1.3/freeglut_window.c svn_keywords=Author+Date+Id+Revision
|
freeglut/freeglut/freeglut-1.3/freeglut_window.c svn_keywords=Author+Date+Id+Revision
|
||||||
|
freeglut/freeglut/freeglut-1.3/freeglutdll.def svn_keywords=Author+Date+Id+Revision
|
||||||
freeglut/freeglut/freeglut-1.3/templates/cpp_template svn_keywords=Author+Date+Id+Revision
|
freeglut/freeglut/freeglut-1.3/templates/cpp_template svn_keywords=Author+Date+Id+Revision
|
||||||
freeglut/freeglut/freeglut-1.3/templates/header_template svn_keywords=Author+Date+Id+Revision
|
freeglut/freeglut/freeglut-1.3/templates/header_template svn_keywords=Author+Date+Id+Revision
|
||||||
freeglut/freeglut/freeglut.dsp svn_keywords=Author+Date+Id+Revision
|
freeglut/freeglut/freeglut.dsp svn_keywords=Author+Date+Id+Revision
|
||||||
|
132
freeglut/freeglut/freeglut-1.3/freeglutdll.def
Normal file
132
freeglut/freeglut/freeglut-1.3/freeglutdll.def
Normal file
@ -0,0 +1,132 @@
|
|||||||
|
LIBRARY freeglutdll
|
||||||
|
DESCRIPTION "Freeglut OpenGL Utility Toolkit"
|
||||||
|
VERSION 1.3
|
||||||
|
EXPORTS
|
||||||
|
glutInit
|
||||||
|
glutInitWindowPosition
|
||||||
|
glutInitWindowSize
|
||||||
|
glutInitDisplayMode
|
||||||
|
glutInitDisplayString
|
||||||
|
glutMainLoop
|
||||||
|
glutMainLoopEvent
|
||||||
|
glutLeaveMainLoop
|
||||||
|
glutCreateWindow
|
||||||
|
glutCreateSubWindow
|
||||||
|
glutDestroyWindow
|
||||||
|
glutSetWindow
|
||||||
|
glutGetWindow
|
||||||
|
glutSetWindowTitle
|
||||||
|
glutSetIconTitle
|
||||||
|
glutReshapeWindow
|
||||||
|
glutPositionWindow
|
||||||
|
glutShowWindow
|
||||||
|
glutHideWindow
|
||||||
|
glutIconifyWindow
|
||||||
|
glutPushWindow
|
||||||
|
glutPopWindow
|
||||||
|
glutFullScreen
|
||||||
|
glutPostWindowRedisplay
|
||||||
|
glutPostRedisplay
|
||||||
|
glutSwapBuffers
|
||||||
|
glutWarpPointer
|
||||||
|
glutSetCursor
|
||||||
|
glutEstablishOverlay
|
||||||
|
glutRemoveOverlay
|
||||||
|
glutUseLayer
|
||||||
|
glutPostOverlayRedisplay
|
||||||
|
glutPostWindowOverlayRedisplay
|
||||||
|
glutShowOverlay
|
||||||
|
glutHideOverlay
|
||||||
|
glutCreateMenu
|
||||||
|
glutDestroyMenu
|
||||||
|
glutGetMenu
|
||||||
|
glutSetMenu
|
||||||
|
glutAddMenuEntry
|
||||||
|
glutAddSubMenu
|
||||||
|
glutChangeToMenuEntry
|
||||||
|
glutChangeToSubMenu
|
||||||
|
glutRemoveMenuItem
|
||||||
|
glutAttachMenu
|
||||||
|
glutDetachMenu
|
||||||
|
glutTimerFunc
|
||||||
|
glutIdleFunc
|
||||||
|
glutKeyboardFunc
|
||||||
|
glutSpecialFunc
|
||||||
|
glutReshapeFunc
|
||||||
|
glutVisibilityFunc
|
||||||
|
glutDisplayFunc
|
||||||
|
glutMouseFunc
|
||||||
|
glutMotionFunc
|
||||||
|
glutPassiveMotionFunc
|
||||||
|
glutEntryFunc
|
||||||
|
glutCloseFunc
|
||||||
|
glutWMCloseFunc
|
||||||
|
glutKeyboardUpFunc
|
||||||
|
glutSpecialUpFunc
|
||||||
|
glutJoystickFunc
|
||||||
|
glutMenuStateFunc
|
||||||
|
glutMenuStatusFunc
|
||||||
|
glutOverlayDisplayFunc
|
||||||
|
glutWindowStatusFunc
|
||||||
|
glutSpaceballMotionFunc
|
||||||
|
glutSpaceballRotateFunc
|
||||||
|
glutSpaceballButtonFunc
|
||||||
|
glutButtonBoxFunc
|
||||||
|
glutDialsFunc
|
||||||
|
glutTabletMotionFunc
|
||||||
|
glutTabletButtonFunc
|
||||||
|
glutSetOption
|
||||||
|
glutGet
|
||||||
|
glutDeviceGet
|
||||||
|
glutGetModifiers
|
||||||
|
glutLayerGet
|
||||||
|
glutBitmapCharacter
|
||||||
|
glutBitmapWidth
|
||||||
|
glutStrokeCharacter
|
||||||
|
glutStrokeWidth
|
||||||
|
glutBitmapLength
|
||||||
|
glutStrokeLength
|
||||||
|
glutBitmapHeight
|
||||||
|
glutStrokeHeight
|
||||||
|
glutBitmapString
|
||||||
|
glutStrokeString
|
||||||
|
glutWireCube
|
||||||
|
glutSolidCube
|
||||||
|
glutWireSphere
|
||||||
|
glutSolidSphere
|
||||||
|
glutWireCone
|
||||||
|
glutSolidCone
|
||||||
|
glutWireTorus
|
||||||
|
glutSolidTorus
|
||||||
|
glutWireDodecahedron
|
||||||
|
glutSolidDodecahedron
|
||||||
|
glutWireOctahedron
|
||||||
|
glutSolidOctahedron
|
||||||
|
glutWireTetrahedron
|
||||||
|
glutSolidTetrahedron
|
||||||
|
glutWireIcosahedron
|
||||||
|
glutSolidIcosahedron
|
||||||
|
glutWireRhombicDodecahedron
|
||||||
|
glutSolidRhombicDodecahedron
|
||||||
|
glutWireSierpinskiSponge
|
||||||
|
glutSolidSierpinskiSponge
|
||||||
|
glutWireTeapot
|
||||||
|
glutSolidTeapot
|
||||||
|
glutGameModeString
|
||||||
|
glutEnterGameMode
|
||||||
|
glutLeaveGameMode
|
||||||
|
glutGameModeGet
|
||||||
|
glutVideoResizeGet
|
||||||
|
glutSetupVideoResizing
|
||||||
|
glutStopVideoResizing
|
||||||
|
glutVideoResize
|
||||||
|
glutVideoPan
|
||||||
|
glutSetColor
|
||||||
|
glutGetColor
|
||||||
|
glutCopyColormap
|
||||||
|
glutIgnoreKeyRepeat
|
||||||
|
glutSetKeyRepeat
|
||||||
|
glutForceJoystickFunc
|
||||||
|
glutExtensionSupported
|
||||||
|
glutReportErrors
|
||||||
|
|
Reference in New Issue
Block a user