Files
ac-decomp/include/m_design_ovl_h.h
T
2025-05-01 09:15:52 -04:00

17 lines
210 B
C

#ifndef M_DESIGN_OVL_H_H
#define M_DESIGN_OVL_H_H
#include "types.h"
#ifdef __cplusplus
extern "C" {
#endif
typedef struct design_ovl_s mDE_Ovl_c;
#ifdef __cplusplus
}
#endif
#endif /* M_DESIGN_OVL_H_H */