Files
ac-decomp/include/m_timeIn_ovl_h.h
T
2023-12-07 15:02:41 -05:00

17 lines
187 B
C

#ifndef M_TIMEIN_OVL_H_H
#define M_TIMEIN_OVL_H_H
#include "types.h"
#ifdef __cplusplus
extern "C" {
#endif
typedef struct timeIn_ovl_s mTI_Ovl_c;
#ifdef __cplusplus
}
#endif
#endif