mirror of
https://github.com/TwilitRealm/dusklight
synced 2026-08-20 21:33:28 -04:00
d_a_npc_henna equivalent (#2473)
This commit is contained in:
+4
-4
@@ -648,10 +648,10 @@ private:
|
||||
class dSv_event_c {
|
||||
public:
|
||||
void init();
|
||||
void onEventBit(u16 i_no);
|
||||
void offEventBit(u16 i_no);
|
||||
int isEventBit(u16 i_no) const;
|
||||
void setEventReg(u16 i_reg, u8 i_no);
|
||||
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);
|
||||
u8 getEventReg(u16 i_reg) const;
|
||||
|
||||
void* getPEventBit() { return (void*)mEvent; }
|
||||
|
||||
Reference in New Issue
Block a user