diff options
author | Brian Paul <brian.paul@tungstengraphics.com> | 1999-09-16 22:45:24 +0000 |
---|---|---|
committer | Brian Paul <brian.paul@tungstengraphics.com> | 1999-09-16 22:45:24 +0000 |
commit | 4811b7c7e02c0612975a8526f8ebba49ece0e72b (patch) | |
tree | d039cf9b6dd2a9d4fb47b856f1f89adec4ff81f8 /src/glut/beos/libglut.def | |
parent | b9e8741c8f0e5d683df4be09a232aa722589645e (diff) |
initial check-in
Diffstat (limited to 'src/glut/beos/libglut.def')
-rw-r--r-- | src/glut/beos/libglut.def | 98 |
1 files changed, 98 insertions, 0 deletions
diff --git a/src/glut/beos/libglut.def b/src/glut/beos/libglut.def new file mode 100644 index 0000000000..e900bb0400 --- /dev/null +++ b/src/glut/beos/libglut.def @@ -0,0 +1,98 @@ +EXPORTS +glutInit +glutInitWindowPosition +glutInitWindowSize +glutInitDisplayMode +glutInitDisplayString +glutMainLoop +glutCreateWindow +glutCreateSubWindow +glutSetWindow +glutGetWindow +glutDestroyWindow +glutPostRedisplay +glutSwapBuffers +glutPositionWindow +glutReshapeWindow +glutFullScreen +glutPopWindow +glutPushWindow +glutShowWindow +glutHideWindow +glutIconifyWindow +glutSetWindowTitle +glutSetIconTitle +glutSetCursor +glutWarpPointer +glutEstablishOverlay +glutUseLayer +glutRemoveOverlay +glutPostOverlayRedisplay +glutShowOverlay +glutHideOverlay +glutCreateMenu +glutSetMenu +glutGetMenu +glutDestroyMenu +glutAddMenuEntry +glutAddSubMenu +glutChangeToMenuEntry +glutChangeToSubMenu +glutRemoveMenuItem +glutAttachMenu +glutDetachMenu +glutDisplayFunc +glutOverlayDisplayFunc +glutReshapeFunc +glutKeyboardFunc +glutMouseFunc +glutMotionFunc +glutPassiveMotionFunc +glutVisibilityFunc +glutEntryFunc +glutSpecialFunc +glutSpaceballMotionFunc +glutSpaceballRotateFunc +glutSpaceballButtonFunc +glutButtonBoxFunc +glutDialsFunc +glutTabletMotionFunc +glutTabletButtonFunc +glutMenuStatusFunc +glutMenuStateFunc +glutIdleFunc +glutTimerFunc +glutSetColor +glutGetColor +glutCopyColormap +glutGet +glutLayerGet +glutDeviceGet +glutGetModifiers +glutExtensionSupported +glutBitmapCharacter +glutBitmapWidth +glutStrokeCharacter +glutStrokeWidth +glutBitmapLength +glutStrokeLength +glutStrokeRoman +glutStrokeMonoRoman +glutSolidSphere +glutWireSphere +glutSolidCube +glutWireCube +glutSolidCone +glutWireCone +glutSolidTorus +glutWireTorus +glutSolidDodecahedron +glutWireDodecahedron +glutSolidOctahedron +glutWireOctahedron +glutSolidTetrahedron +glutWireTetrahedron +glutSolidIcosahedron +glutWireIcosahedron +glutSolidTeapot +glutWireTeapot |