mirror of
https://github.com/zeldaret/tp
synced 2026-09-01 01:41:51 -04:00
kankyo_rain / obj_life_container mostly done, obj_glowsphere done (#2266)
* obj_life_container mostly done * obj_glowSphere done * kankyo_rain mostly done * some cleanup * more kankyo_rain cleanup
This commit is contained in:
@@ -175,6 +175,10 @@ inline void mDoAud_mEnvSe_startFarThunderSe(const Vec* param_0) {
|
||||
g_mEnvSeMgr.startFarThunderSe((Vec*)param_0, 0);
|
||||
}
|
||||
|
||||
inline void mDoAud_mEnvSe_startNearThunderSe() {
|
||||
g_mEnvSeMgr.startNearThunderSe(0);
|
||||
}
|
||||
|
||||
inline void mDoAud_mEnvse_initStrongWind() {
|
||||
g_mEnvSeMgr.initStrongWindSe();
|
||||
}
|
||||
|
||||
@@ -6,6 +6,9 @@
|
||||
#include "dolphin/os/OSMutex.h"
|
||||
#include "f_pc/f_pc_node.h"
|
||||
|
||||
#define mDoDvd_MOUNT_DIRECTION_HEAD 0
|
||||
#define mDoDvd_MOUNT_DIRECTION_TAIL 1
|
||||
|
||||
class JKRHeap;
|
||||
class JKRMemArchive;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user