// ============================================================ // // nttl.h // // Copyright 2002, Dennis Meilicke and Rene Peralta // // ============================================================ // // Description: // // This header includes all of the other NTTL headers. // // Note that, while this makes using the library rather easy, // it can significantly increase compile time. // // To do: // // Include the rest of the headers. // // ============================================================ #ifndef __nttl_nttl__ #define __nttl_nttl__ #include #include #include #endif