Files
2024-10-23 19:44:02 -04:00

17 lines
181 B
C

#ifndef M_BANK_OVL_H_H
#define M_BANK_OVL_H_H
#include "types.h"
#ifdef __cplusplus
extern "C" {
#endif
typedef struct bank_ovl_s mBN_Ovl_c;
#ifdef __cplusplus
}
#endif
#endif