mirror of
https://github.com/zeldaret/tp
synced 2026-07-09 14:55:32 -04:00
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
This commit is contained in:
@@ -1,9 +1,18 @@
|
||||
#ifndef Z2ENVSEMGR_H_
|
||||
#define Z2ENVSEMGR_H_
|
||||
#include "global.h"
|
||||
|
||||
struct Z2EnvSeMgr {
|
||||
Z2EnvSeMgr();
|
||||
void framework();
|
||||
u8 unk_1[0x30C];
|
||||
};
|
||||
|
||||
extern void* lbl_80450B3C; // Z2EnvSeMgr sInstance
|
||||
|
||||
extern "C" {
|
||||
void __ct__10Z2EnvSeMgrFv(void);
|
||||
void framework__10Z2EnvSeMgrFv(void);
|
||||
void Z2EnvSeAutoPan(void);
|
||||
void Z2EnvSeAutoPan_NS_calcPan(void);
|
||||
void Z2EnvSeAutoPan_NS_dtor(void);
|
||||
|
||||
Reference in New Issue
Block a user