mirror of
https://github.com/coop-deluxe/sm64coopdx.git
synced 2025-10-30 08:01:01 +00:00
10 lines
173 B
C++
10 lines
173 B
C++
#ifdef COOP
|
|
#include "dynos.cpp.h"
|
|
extern "C" {
|
|
|
|
bool dynos_warp_to_level(s32 aLevel, s32 aArea, s32 aAct) {
|
|
return DynOS_Warp_ToLevel(aLevel, aArea, aAct);
|
|
}
|
|
|
|
}
|
|
#endif
|