mirror of
https://github.com/zeldaret/tp
synced 2026-07-29 23:48:25 -04:00
Small d_a_mg_rod fixes (#2874)
This commit is contained in:
+1
-1
@@ -661,7 +661,7 @@ public:
|
||||
void onEventBit(const u16 i_no);
|
||||
void offEventBit(const u16 i_no);
|
||||
int isEventBit(const u16 i_no) const;
|
||||
void setEventReg(const u16 i_reg, u8 i_no);
|
||||
void setEventReg(u16 i_reg, u8 i_no);
|
||||
u8 getEventReg(u16 i_reg) const;
|
||||
|
||||
void* getPEventBit() { return (void*)mEvent; }
|
||||
|
||||
Reference in New Issue
Block a user