Files
ac-decomp/include/m_mark_room_ovl.h
T
2023-10-11 18:03:20 -04:00

17 lines
195 B
C

#ifndef M_MARK_ROOM_OVL_H
#define M_MARK_ROOM_OVL_H
#include "types.h"
#ifdef __cplusplus
extern "C" {
#endif
extern int mMkRm_MarkRoomOvl(int player_no);
#ifdef __cplusplus
}
#endif
#endif