home *** CD-ROM | disk | FTP | other *** search
- /* GadTools layout toolkit
- **
- ** Copyright © 1993-1995 by Olaf `Olsen' Barthel
- ** Freely distributable.
- */
-
- #ifndef _GTLAYOUT_GLOBAL_H
- #define _GTLAYOUT_GLOBAL_H 1
-
- #ifndef _GTLAYOUT_INCLUDES_H
- #include "gtlayout_includes.h"
- #endif // _GTLAYOUT_INCLUDES_H
-
- #ifndef _GTLAYOUT_H
- #include "gtlayout.h"
- #endif // _GTLAYOUT_H
-
- #ifndef _GTLAYOUT_DEFINES_H
- #include "gtlayout_defines.h"
- #endif // _GTLAYOUT_DEFINES_H
-
- #ifndef _GTLAYOUT_DATA_H
- #include "gtlayout_data.h"
- #endif // _GTLAYOUT_DATA_H
-
- #ifndef _GTLAYOUT_LIBPROTOS_H
- #include "gtlayout_libprotos.h"
- #endif // _GTLAYOUT_LIBPROTOS_H
-
- #endif // _GTLAYOUT_GLOBAL_H
-