home *** CD-ROM | disk | FTP | other *** search
- //******************************************************************************
- // File: tsx.h
- // Module: trueSpace Xtensions Interface
- //
- //******************************************************************************
-
- #ifndef TSX_H
- #define TSX_H
-
- //------------------------------------------------------------------------------
- // Include all tsx Headers
- //------------------------------------------------------------------------------
-
- #include "tsximp.h" // Import Definitions. Include before other TSX headers.
- #include "tsxplug.h" // Installation interface.
- #include "tsxapi.h" // API to tS Scene, Objects, etc.
-
- //******************************************************************************
- #endif // TSX_H
-