home *** CD-ROM | disk | FTP | other *** search
/ OS/2 Shareware BBS: 10 Tools / 10-Tools.zip / cslio205.zip / INCLUDE / CSLIB.H < prev    next >
C/C++ Source or Header  |  1997-01-21  |  669b  |  21 lines

  1. /***********************************************************************
  2.  
  3.                       CSDB Library, Free Evaluation Version 2.0.5 
  4.                                        Release: January 22th 1997 
  5.  
  6.         The main include file of CSLIB.
  7.         It includes all other header files.
  8.  
  9.  
  10.                                            Copyright(c) 1994-1997 
  11.                                                           ComBits 
  12.                                                   The Netherlands 
  13. ***********************************************************************/
  14. #ifndef __CSLIB_H
  15. #define __CSLIB_H
  16.  
  17. #include "csa.h"
  18. #include "csdb.h"
  19.  
  20. #endif
  21.