fix TPosition3.h (#2919)

This commit is contained in:
kipcode66
2025-12-06 01:24:34 -05:00
committed by GitHub
parent f3b67150aa
commit 00e599304a
2 changed files with 8 additions and 8 deletions
-24
View File
@@ -1,24 +0,0 @@
#ifndef D_DEBUG_PAD_H
#define D_DEBUG_PAD_H
#include "m_Do/m_Do_controller_pad.h"
#include "JSystem/JUtility/TColor.h"
class dDebugPad_c {
public:
dDebugPad_c();
bool Active();
bool Update();
bool Report(int, int, JUtility::TColor, const char*, ...);
bool Enable(s32);
bool Trigger();
/* 0x0 */ u8 mIsActive;
/* 0x1 */ u8 mTrigger;
/* 0x4 */ s32 mMode;
};
extern dDebugPad_c dDebugPad;
#endif