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

17 lines
205 B
C

#ifndef M_PASSWORDMAKE_OVL_H_H
#define M_PASSWORDMAKE_OVL_H_H
#include "types.h"
#ifdef __cplusplus
extern "C" {
#endif
typedef struct passwordMake_ovl_s mPM_Ovl_c;
#ifdef __cplusplus
}
#endif
#endif