//--------------------------------------------------------------------------- // // dcsvfile.h - This file contains the class declaratrions for the CSV Files // // MechCommander 2 // //---------------------------------------------------------------------------// // Copyright (C) Microsoft Corporation. All rights reserved. // //===========================================================================// #ifndef DCSVFILE_H #define DCSVFILE_H //--------------------------------------------------------------------------- // Include files //--------------------------------------------------------------------------- class CSVFile; typedef CSVFile *CSVFilePtr; //--------------------------------------------------------------------------- #endif