home *** CD-ROM | disk | FTP | other *** search
Text File | 1995-04-06 | 1.2 KB | 38 lines | [TEXT/MMCC] |
- //------------------------------------------------------------------------------
- // File: core.h
- // Date: 3/19/95
- // Author: Bretton Wade
- //
- // Description: this file includes all the headers necessary to use the
- // core library
- //
- // Copyright: this program, and all the code modules comprising it,
- // are ©1994 Bretton Wade. All rights reserved. No part
- // may be used without the author's expressed written
- // consent.
- //
- //------------------------------------------------------------------------------
-
- #ifndef CORE
- #define CORE
-
- //------------------------------------------------------------------------------
- // headers
- //------------------------------------------------------------------------------
- #include "widget.h"
- #include "tabstop.h"
- #include "window.h"
- #include "colors.h"
- #include "3d look.h"
- #include "bound.h"
- #include "3d bound.h"
- #include "event.h"
- #include "gworld.h"
-
- //------------------------------------------------------------------------------
- // functions
- //------------------------------------------------------------------------------
- void core_main (void); // main, of course
-
- //------------------------------------------------------------------------------
- #endif //CORE