mirror of
https://github.com/ACreTeam/ac-decomp
synced 2026-05-23 06:34:18 -04:00
18 lines
219 B
C
18 lines
219 B
C
#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
|