mirror of
https://github.com/ACreTeam/ac-decomp
synced 2026-05-22 22:24:16 -04:00
19 lines
268 B
C
19 lines
268 B
C
#ifndef M_SCENE_FTR_H
|
|
#define M_SCENE_FTR_H
|
|
|
|
#include "types.h"
|
|
#include "m_play_h.h"
|
|
|
|
#ifdef __cplusplus
|
|
extern "C" {
|
|
#endif
|
|
|
|
extern void mScn_ObtainMyRoomBank(GAME_PLAY* play);
|
|
extern void mScn_ObtainCarpetBank(GAME_PLAY* play);
|
|
|
|
#ifdef __cplusplus
|
|
}
|
|
#endif
|
|
|
|
#endif
|