mirror of
https://github.com/ACreTeam/ac-decomp
synced 2026-08-04 08:48:48 -04:00
17 lines
202 B
C
17 lines
202 B
C
#ifndef M_HUUSUI_ROOM_OVL_H
|
|
#define M_HUUSUI_ROOM_OVL_H
|
|
|
|
#include "types.h"
|
|
|
|
#ifdef __cplusplus
|
|
extern "C" {
|
|
#endif
|
|
|
|
extern void mHsRm_HuusuiRoomOvl(int player_no);
|
|
|
|
#ifdef __cplusplus
|
|
}
|
|
#endif
|
|
|
|
#endif
|