home *** CD-ROM | disk | FTP | other *** search
/ Pluspack 1 / Caligari Corporation Pluspack1 1998.iso / TSX_SDK / tsxINC / TSX.H < prev    next >
Encoding:
C/C++ Source or Header  |  1998-01-28  |  741 b   |  20 lines

  1. //******************************************************************************
  2. //    File: tsx.h
  3. //  Module: trueSpace Xtensions Interface
  4. //
  5. //******************************************************************************
  6.  
  7. #ifndef TSX_H
  8. #define TSX_H
  9.  
  10. //------------------------------------------------------------------------------
  11. //    Include all tsx Headers
  12. //------------------------------------------------------------------------------
  13.  
  14. #include "tsximp.h"    // Import Definitions. Include before other TSX headers.
  15. #include "tsxplug.h"    // Installation interface.
  16. #include "tsxapi.h"    // API to tS Scene, Objects, etc.
  17.  
  18. //******************************************************************************
  19. #endif // TSX_H
  20.