mirror of
https://github.com/ACreTeam/ac-decomp
synced 2026-07-10 04:46:50 -04:00
Implement & link m_mark_room.c
This commit is contained in:
@@ -53,6 +53,8 @@ enum {
|
||||
mMl_TYPE_SHOP_SALE_LEAFLET = 2,
|
||||
mMl_TYPE_BROKER_SALE_LEAFLET = 3,
|
||||
|
||||
mMl_TYPE_HRA = 6,
|
||||
|
||||
mMl_TYPE_FISHING_CONTENST = 9,
|
||||
|
||||
mMl_TYPE_12 = 12
|
||||
|
||||
@@ -3,11 +3,15 @@
|
||||
|
||||
#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
|
||||
|
||||
@@ -0,0 +1,16 @@
|
||||
#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
|
||||
Reference in New Issue
Block a user