home *** CD-ROM | disk | FTP | other *** search
/ Celestin Apprentice 4 / Apprentice-Release4.iso / Demos / OOFILE / Buildable, limited OOFILE / OOFILE headers / oofile.hpp < prev    next >
Encoding:
Text File  |  1995-08-24  |  361 b   |  15 lines  |  [TEXT/CWIE]

  1. // oofile.hpp
  2.  
  3. // This is the only file you need to include in a user program to use the database
  4. // if you are using the report-writer, you also need oofrw.hpp
  5.  
  6. // Backend database file - change if using other backends
  7. #include "oofctree.hpp"
  8.  
  9. // basic OOFILE files
  10. #include "oof4.hpp" 
  11. #include "oofquery.hpp" 
  12. #include "oofrel.hpp" 
  13. #include "oofview.hpp" 
  14.  
  15.