/// mocamain.h #ifndef _MOCAMAIN_H #define _MOCAMAIN_H //------------------------------------------------- #define __USE_MOCA_AS_LIB__ #include "stdafx.h" //#include "modll.h" /// ML 8/24/2001 ORIGIN_WIDE_HEADER_FILE #include "oversion.h" #include "ocnfg.h" /// end ORIGIN_WIDE_HEADER_FILE #include "oc_const.h" // CPY 11/7/01 #include "mocadef.h" #include "LTtype.h" #include "MOCAScript.h" #include "okcons.h" // Origin constants used by MOCA classes #include "mocadataset.h" // dataset access #include "mocawks.h" // worksheet access #include "mocamatrix.h" // matrix access //----------------------------------------------------- /// YuI 4/16/02 QA70-1478 v7.0281 MULTIFRAME_TIFF_IMPORT #include "moMatrixLayer.h" //matrix layer access /// end MULTIFRAME_TIFF_IMPORT #endif //_MOCAMAIN_H