#ifndef M_DESIGN_OVL_H #define M_DESIGN_OVL_H #include "types.h" #include "m_mask_cat.h" #ifdef __cplusplus extern "C" { #endif extern void mDE_maskcat_init(MaskCat_c* mask_cat); #ifdef __cplusplus } #endif #endif