mirror of
https://github.com/ACreTeam/ac-decomp
synced 2026-05-23 06:34:18 -04:00
17 lines
196 B
C
17 lines
196 B
C
#ifndef M_CPWARNING_OVL_H_H
|
|
#define M_CPWARNING_OVL_H_H
|
|
|
|
#include "types.h"
|
|
|
|
#ifdef __cplusplus
|
|
extern "C" {
|
|
#endif
|
|
|
|
typedef struct cpwarning_ovl_s mCW_Ovl_c;
|
|
|
|
#ifdef __cplusplus
|
|
}
|
|
#endif
|
|
|
|
#endif
|