Files
ac-decomp/include/m_passwordChk_ovl_h.h
T
2023-11-18 20:34:42 -05:00

17 lines
208 B
C

#ifndef M_PASSWORD_CHECK_OVL_H_H
#define M_PASSWORD_CHECK_OVL_H_H
#include "types.h"
#ifdef __cplusplus
extern "C" {
#endif
typedef struct passwordChk_ovl_s mPC_Ovl_c;
#ifdef __cplusplus
}
#endif
#endif