mirror of
https://github.com/coop-deluxe/sm64coopdx.git
synced 2025-10-30 08:01:01 +00:00
10 lines
160 B
C
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
|