Changed all references to the 'freeglut-1.3' directory to 'src', copied 'freeglut...
[freeglut] / src / freeglutdll.def
1 LIBRARY freeglutdll
2 DESCRIPTION "Freeglut OpenGL Utility Toolkit"
3 VERSION 1.3
4 EXPORTS
5         glutInit
6         glutInitWindowPosition
7         glutInitWindowSize
8         glutInitDisplayMode
9         glutInitDisplayString
10         glutMainLoop
11         glutMainLoopEvent
12         glutLeaveMainLoop
13         glutCreateWindow
14         glutCreateSubWindow
15         glutDestroyWindow
16         glutSetWindow
17         glutGetWindow
18         glutSetWindowTitle
19         glutSetIconTitle
20         glutReshapeWindow
21         glutPositionWindow
22         glutShowWindow
23         glutHideWindow
24         glutIconifyWindow
25         glutPushWindow
26         glutPopWindow
27         glutFullScreen
28         glutPostWindowRedisplay
29         glutPostRedisplay
30         glutSwapBuffers
31         glutWarpPointer
32         glutSetCursor
33         glutEstablishOverlay
34         glutRemoveOverlay
35         glutUseLayer
36         glutPostOverlayRedisplay
37         glutPostWindowOverlayRedisplay
38         glutShowOverlay
39         glutHideOverlay
40         glutCreateMenu
41         glutDestroyMenu
42         glutGetMenu
43         glutSetMenu
44         glutAddMenuEntry
45         glutAddSubMenu
46         glutChangeToMenuEntry
47         glutChangeToSubMenu
48         glutRemoveMenuItem
49         glutAttachMenu
50         glutDetachMenu
51         glutTimerFunc
52         glutIdleFunc
53         glutKeyboardFunc
54         glutSpecialFunc
55         glutReshapeFunc
56         glutVisibilityFunc
57         glutDisplayFunc
58         glutMouseFunc
59         glutMotionFunc
60         glutPassiveMotionFunc
61         glutEntryFunc
62         glutCloseFunc
63         glutWMCloseFunc
64         glutKeyboardUpFunc
65         glutSpecialUpFunc
66         glutJoystickFunc
67         glutMenuStateFunc
68         glutMenuStatusFunc
69         glutOverlayDisplayFunc
70         glutWindowStatusFunc
71         glutSpaceballMotionFunc
72         glutSpaceballRotateFunc
73         glutSpaceballButtonFunc
74         glutButtonBoxFunc
75         glutDialsFunc
76         glutTabletMotionFunc
77         glutTabletButtonFunc
78         glutSetOption
79         glutGet
80         glutDeviceGet
81         glutGetModifiers
82         glutLayerGet
83         glutBitmapCharacter
84         glutBitmapWidth
85         glutStrokeCharacter
86         glutStrokeWidth
87         glutBitmapLength
88         glutStrokeLength
89         glutBitmapHeight
90         glutStrokeHeight
91         glutBitmapString
92         glutStrokeString
93         glutWireCube
94         glutSolidCube
95         glutWireSphere
96         glutSolidSphere
97         glutWireCone
98         glutSolidCone
99         glutWireTorus
100         glutSolidTorus
101         glutWireDodecahedron
102         glutSolidDodecahedron
103         glutWireOctahedron
104         glutSolidOctahedron
105         glutWireTetrahedron
106         glutSolidTetrahedron
107         glutWireIcosahedron
108         glutSolidIcosahedron
109         glutWireRhombicDodecahedron
110         glutSolidRhombicDodecahedron
111         glutWireSierpinskiSponge
112         glutSolidSierpinskiSponge
113         glutWireTeapot
114         glutSolidTeapot
115         glutGameModeString
116         glutEnterGameMode
117         glutLeaveGameMode
118         glutGameModeGet
119         glutVideoResizeGet
120         glutSetupVideoResizing
121         glutStopVideoResizing
122         glutVideoResize
123         glutVideoPan
124         glutSetColor
125         glutGetColor
126         glutCopyColormap
127         glutIgnoreKeyRepeat
128         glutSetKeyRepeat
129         glutForceJoystickFunc
130         glutExtensionSupported
131         glutReportErrors
132