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

  1. /***********************************************************************
  2.  
  3.                       CSDB Library, Free Evaluation Version 2.0.5 
  4.                                        Release: January 22th 1997 
  5.  
  6.        Header file to include all the database-related header files.
  7.  
  8.  
  9.                                            Copyright(c) 1994-1997 
  10.                                                           ComBits 
  11.                                                   The Netherlands 
  12. ***********************************************************************/
  13. #ifndef __CSDB_H
  14. #define __CSDB_H
  15.  
  16. #include "csbtree.h"
  17. #include "cstbase.h"
  18. #include "csrbase.h"
  19. #include "csvbase.h"
  20. #include "csvbaxe.h"
  21. #include "csolay.h"
  22. #include "csdlay.h"
  23. #include "csvram.h"
  24. #include "csibase.h"
  25.  
  26. #endif
  27.