home *** CD-ROM | disk | FTP | other *** search
/ OS/2 Shareware BBS: 10 Tools / 10-Tools.zip / egltk22.zip / custom.h < prev    next >
Text File  |  1997-11-24  |  710b  |  27 lines

  1. ////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////
  2. //
  3. // Sample Escape GL Custom Screen Saver
  4. //    Copyright (c) 1997, Snow Storm Software
  5. //    All Rights Reserved
  6. //
  7. // DO NOT MODIFY THIS FILE
  8. //
  9. ////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////
  10.  
  11. #include <pgl.h>
  12.  
  13. #ifdef __cplusplus
  14. extern "C" {
  15. #endif
  16.  
  17. char * APIENTRY eglDesc();
  18. void APIENTRY eglInit( GLint quality );
  19. void APIENTRY eglIdle( GLfloat step );
  20. void APIENTRY eglReshape( GLint w, GLint h );
  21. void APIENTRY eglDestroy();
  22.  
  23. #ifdef __cplusplus
  24. }
  25. #endif
  26.  
  27.