sm64coopdx/data/dynos_coop.c.h

10 lines
160 B
C

#ifdef COOP
#ifndef DYNOS_COOP_C_H
#define DYNOS_COOP_C_H
#ifndef __cplusplus
bool dynos_warp_to_level(s32 aLevel, s32 aArea, s32 aAct);
#endif
#endif
#endif