mirror of
https://github.com/ACreTeam/ac-decomp
synced 2026-06-07 19:31:23 -04:00
22 lines
302 B
C
22 lines
302 B
C
#ifndef M_MARK_ROOM_H
|
|
#define M_MARK_ROOM_H
|
|
|
|
#include "types.h"
|
|
#include "game_h.h"
|
|
#include "m_mark_room_ovl.h"
|
|
|
|
#ifdef __cplusplus
|
|
extern "C" {
|
|
#endif
|
|
|
|
#define mMkRm_HINT_NUM 19
|
|
|
|
extern void mMkRm_ReportChangePlayerRoom();
|
|
extern void mMkRm_MarkRoom(GAME* game);
|
|
|
|
#ifdef __cplusplus
|
|
}
|
|
#endif
|
|
|
|
#endif
|