home *** CD-ROM | disk | FTP | other *** search
/ Mac Magazin/MacEasy 79 / maccd 79.iso / multimedial / GL Tron / Source / Project / include / system.h < prev   
Encoding:
C/C++ Source or Header  |  2001-07-20  |  246 b   |  13 lines  |  [TEXT/CWIE]

  1. #pragma once
  2.  
  3. /* build with GLUT for OpenGL and events
  4. #include "system_glut.h" */
  5.  
  6. /* build with SDL for OpenGL and events */
  7. #include "system_sdl.h"
  8.  
  9. /* build with network support
  10. #define NETWORK */
  11.  
  12. /* build with sound support */
  13. #define SOUND