mirror of
https://github.com/ACreTeam/ac-decomp
synced 2026-05-22 22:24:16 -04:00
17 lines
190 B
C
17 lines
190 B
C
#ifndef M_CATALOG_OVL_H_H
|
|
#define M_CATALOG_OVL_H_H
|
|
|
|
#include "types.h"
|
|
|
|
#ifdef __cplusplus
|
|
extern "C" {
|
|
#endif
|
|
|
|
typedef struct catalog_ovl_s mCL_Ovl_c;
|
|
|
|
#ifdef __cplusplus
|
|
}
|
|
#endif
|
|
|
|
#endif
|