Files
ac-decomp/include/m_inventory_ovl_h.h
T
2024-04-25 18:06:18 -04:00

17 lines
196 B
C

#ifndef M_INVENTORY_OVL_H_H
#define M_INVENTORY_OVL_H_H
#include "types.h"
#ifdef __cplusplus
extern "C" {
#endif
typedef struct inventory_ovl_s mIV_Ovl_c;
#ifdef __cplusplus
}
#endif
#endif