mirror of
https://github.com/ACreTeam/ac-decomp
synced 2026-05-23 06:34:18 -04:00
18 lines
215 B
C
18 lines
215 B
C
#ifndef M_SONCHO_H
|
|
#define M_SONCHO_H
|
|
|
|
#include "types.h"
|
|
|
|
#ifdef __cplusplus
|
|
extern "C" {
|
|
#endif
|
|
|
|
extern u32 mSC_check_ArbeitPlayer();
|
|
extern int mSC_LightHouse_travel_check();
|
|
|
|
#ifdef __cplusplus
|
|
}
|
|
#endif
|
|
|
|
#endif
|