mirror of
https://github.com/coop-deluxe/sm64coopdx.git
synced 2024-11-26 05:55:15 +00:00
11 lines
173 B
C++
11 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
|