home *** CD-ROM | disk | FTP | other *** search
/ C++ Games Programming / CPPGAMES.ISO / thx / demos / skyscrap / build / stdthx.h < prev    next >
Encoding:
C/C++ Source or Header  |  1995-02-19  |  175 b   |  10 lines

  1. #ifndef __StandardTheatrix_h
  2. #define __StandardTheatrix_h
  3.  
  4. #include <theatrix.h>
  5. #include "global.h"
  6. #include "gfx.h"
  7. #include "sfx.h"
  8.  
  9. #endif //__StandardTheatrix_h
  10.