home *** CD-ROM | disk | FTP | other *** search
/ Celestin Apprentice 4 / Apprentice-Release4.iso / Source Code / Libraries / BSP Tree 1.2 / Sources / Core / include / core.h < prev    next >
Encoding:
Text File  |  1995-04-06  |  1.2 KB  |  38 lines  |  [TEXT/MMCC]

  1. //------------------------------------------------------------------------------
  2. //    File:                    core.h
  3. //    Date:                    3/19/95
  4. //    Author:                Bretton Wade
  5. //
  6. //    Description:    this file includes all the headers necessary to use the
  7. //                                core library
  8. //
  9. //    Copyright:        this program, and all the code modules comprising it,
  10. //                                are ©1994 Bretton Wade. All rights reserved. No part
  11. //                                may be used without the author's expressed written
  12. //                                consent.
  13. //
  14. //------------------------------------------------------------------------------
  15.  
  16. #ifndef    CORE
  17. #define    CORE
  18.  
  19. //------------------------------------------------------------------------------
  20. //    headers
  21. //------------------------------------------------------------------------------
  22. #include    "widget.h"
  23. #include    "tabstop.h"
  24. #include     "window.h"
  25. #include    "colors.h"
  26. #include    "3d look.h"
  27. #include    "bound.h"
  28. #include    "3d bound.h"
  29. #include    "event.h"
  30. #include     "gworld.h"
  31.  
  32. //------------------------------------------------------------------------------
  33. //    functions
  34. //------------------------------------------------------------------------------
  35. void    core_main (void);                                                                                                                    //    main, of course
  36.  
  37. //------------------------------------------------------------------------------
  38. #endif    //CORE