home *** CD-ROM | disk | FTP | other *** search
/ Liren Large Software Subsidy 7 / 07.iso / c / c185 / 1.ddi / CSHEAD.EXE / CSCAPE / INCLUDE / CSCAPE.H < prev    next >
Encoding:
C/C++ Source or Header  |  1989-09-07  |  633 b   |  40 lines

  1. /* 
  2.     cscape.h
  3.  
  4.     % header for c-scape users
  5.  
  6.     C-scape 3.1
  7.     Copyright (c) 1986, 1987, by Oakland Group, Inc.
  8.     ALL RIGHTS RESERVED.
  9.  
  10.     Revision History:
  11.     -----------------
  12.      9/09/87 jmd    Simplified this header file.
  13.      6/23/88 jmd    added oakland.h
  14.      6/29/88 jmd    added windows
  15. */
  16.  
  17. #ifndef OAK_HDR
  18. #    include "oak.h"
  19. #endif
  20.  
  21. #ifndef DISP_HDR
  22. #    include "odisp.h"
  23. #endif
  24.  
  25. #include "jadecl.h"
  26. #include "strdecl.h"
  27.  
  28. #include "bordobj.h"
  29. #include "explode.h"
  30.  
  31. #include "symldecl.h"
  32.  
  33. #include "flddecl.h"
  34. #include "bbcdecl.h"
  35. #include "tbdecl.h"
  36.  
  37. #include "menudecl.h"
  38. #include "seddecl.h"
  39. #include "fndecl.h"
  40.