mirror of
https://github.com/zeldaret/tp
synced 2026-07-07 14:13:27 -04:00
decomp some small files, do some cleanup (#42)
* remove leftover asm: JSUList.s * d_save_init: decomp * JMath/random: decomp * J3DUDL: fixup label * JAUClusterSound: decomp * c_API_controller_pad: decomp, elaborate globals/types * clang-format * don't add guards to functions.h * semantic merge of m_cpadInfo stuff * fix undef symbols Co-authored-by: Pheenoh <pheenoh@gmail.com>
This commit is contained in:
@@ -1,5 +1,6 @@
|
||||
#include "JSystem/JKernel/JKRAramArchive/JKRAramArchive.h"
|
||||
#include "SComponent/c_xyz.h"
|
||||
#include "f/f_op/f_op_actor.h"
|
||||
#include "global.h"
|
||||
|
||||
struct STControl_vtable {
|
||||
@@ -56,8 +57,6 @@ struct CSTControl {
|
||||
|
||||
u32 dLib_getEventSwitchNo(int param_1);
|
||||
|
||||
struct fopAc_ac_c;
|
||||
|
||||
bool dLib_checkActorInRectangle(fopAc_ac_c* param_1, fopAc_ac_c* param_2, cXyz const* param_3,
|
||||
cXyz const* param_4);
|
||||
|
||||
|
||||
@@ -0,0 +1,8 @@
|
||||
#ifndef __D_SAVE_INIT_H__
|
||||
#define __D_SAVE_INIT_H__
|
||||
|
||||
extern "C" {
|
||||
void setInitEventBit();
|
||||
}
|
||||
|
||||
#endif
|
||||
Reference in New Issue
Block a user