home *** CD-ROM | disk | FTP | other *** search
/ QBasic & Borland Pascal & C / Delphi5.iso / C / Samples / CSAPE32.ARJ / INCLUDE / OAK.H < prev    next >
C/C++ Source or Header  |  1990-08-04  |  547b  |  29 lines

  1. /*
  2.     oak.h
  3.  
  4.     % Oakland utility headers that are included in everything.
  5.  
  6.     11/28/88  by Ted.
  7.  
  8.     OWL 1.2
  9.     Copyright (c) 1988, by Oakland Group, Inc.
  10.     ALL RIGHTS RESERVED.
  11.  
  12.     Revision History:
  13.     -----------------
  14.     12/12/89 jmd    added os-list headers
  15.      8/04/90 jmd    added oakaux.h
  16. */
  17.  
  18. /* This symbol is #define'd to signify that this header file is #include'ed */
  19. #define OAK_HDR
  20.  
  21. #include "oakland.h"
  22. #include "oakerror.h"
  23. #include "oakaux.h"
  24. #include "jadecl.h"
  25. #include "oslist.h"
  26. #include "commnobj.h"
  27. #include "oboxdecl.h"
  28.  
  29.