/*!\file KMLOverlay.h * \brief: prototype for KML file overlay mex module. */ #ifndef _KMLOVERLAY_H #define _KMLOVERLAY_H /* local prototypes: */ void KMLOverlayUsage(void); #include "../../c/include/globals.h" #include "../../c/modules/modules.h" #include "../../c/Container/Container.h" #include "../../c/shared/shared.h" #undef __FUNCT__ #define __FUNCT__ "KMLOverlay" /* serial input macros: */ #define FILENAME prhs[0] /* serial output macros: */ #define ERRORFLAG (mxArray**)&plhs[0] /* serial arg counts: */ #undef NRHS #define NRHS 1 #undef NLHS #define NLHS 1 #endif