home *** CD-ROM | disk | FTP | other *** search
/ Developer CD Series 1999 July: Mac OS SDK / Dev.CD Jul 99 SDK1.toast / Development Kits / Mac OS / OpenGL 1.0 SDK / Source / Libraries / glut / glut_dials.c < prev    next >
Encoding:
C/C++ Source or Header  |  1999-05-18  |  409 b   |  20 lines  |  [TEXT/CWIE]

  1. /* Copyright (c) Mark J. Kilgard, 1994. */
  2.  
  3. /* This program is freely distributable without licensing fees
  4.    and is provided without guarantee or warrantee expressed or
  5.    implied. This program is -not- in the public domain. */
  6.  
  7. #include "gl.h"
  8. #include "agl.h"
  9. #include "glut.h"
  10. #include "glutint.h"
  11.  
  12.  
  13. void glutButtonBoxFunc(GLUTbuttonBoxCB buttonBoxFunc)
  14. {
  15. }
  16.  
  17. void glutDialsFunc(GLUTdialsCB dialsFunc)
  18. {
  19. }
  20.