mirror of
https://github.com/TwilitRealm/dusklight
synced 2026-07-05 03:29:45 -04:00
updating variable argument headers & minor fixes for register statement and header file placement
This commit is contained in:
@@ -0,0 +1,24 @@
|
||||
#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
|
||||
Reference in New Issue
Block a user