Files
dusklight/include/d/d_kankyo/d_kankyo.h
T
jdflyer f1924e91f4 d_kyeff, d_kyeff2, m_Do_printf, and m_Do_graphic (#109)
* Split d_kyeff

* Partially matched d_kyeff

* split d_kyeff2

* Match d_kyeff2

* split m_Do_printf

* m_Do_printf partially matched

* hotfix and clang-format

* split m_Do_graphic

* rename symbols in m_Do_graphic

* Match a few functions in m_Do_graphic

* Fix Merge Errors

* Delete sh.exe.stackdump

* Update OSReportInit
2021-01-31 20:03:38 -05:00

27 lines
586 B
C++

#ifndef D_KANKYO_H_
#define D_KANKYO_H_
#include "Z2AudioLib/Z2EnvSeMgr/Z2EnvSeMgr.h"
#include "d/d_kankyo/d_kankyo_wether/d_kankyo_wether.h"
class kankyo_class {};
extern Z2EnvSeMgr lbl_8042DD70; // g_mEnvSeMgr
struct env_light { // Most likely not actual struct name
// u8 unk_1[0x131C];
u8 unk_1[0xE48];
f32 field_0xe48;
f32 field_0xe4c;
f32 field_0xe50;
u8 unk_2[0x4];
f32 field_0xe58;
u8 unk_3[0x3E8];
f32 field_0x1244;
u8 unk_4[0xD8];
};
extern env_light lbl_8042CA54; // g_env_light
void dKy_FiveSenses_fullthrottle_dark();
#endif