dcsvfile.h 789 B

1234567891011121314151617181920212223
  1. //---------------------------------------------------------------------------
  2. //
  3. // dcsvfile.h - This file contains the class declaratrions for the CSV Files
  4. //
  5. // MechCommander 2
  6. //
  7. //---------------------------------------------------------------------------//
  8. // Copyright (C) Microsoft Corporation. All rights reserved. //
  9. //===========================================================================//
  10. #ifndef DCSVFILE_H
  11. #define DCSVFILE_H
  12. //---------------------------------------------------------------------------
  13. // Include files
  14. //---------------------------------------------------------------------------
  15. class CSVFile;
  16. typedef CSVFile *CSVFilePtr;
  17. //---------------------------------------------------------------------------
  18. #endif