Skip to content

Commit

Permalink
xHud: Add some missing virtual declarations
Browse files Browse the repository at this point in the history
xHudText is actually equivalent now.
  • Loading branch information
tgsm committed Jul 10, 2024
1 parent 1fa48e7 commit 6848ad5
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions src/SB/Core/x/xHud.h
Original file line number Diff line number Diff line change
Expand Up @@ -84,6 +84,11 @@ namespace xhud
virtual void destroy();
virtual U32 type() const;
virtual bool is(U32 id) const;
virtual void init();
virtual void setup();
virtual void update(F32 dt);
virtual void render();
virtual void dispatch(xBase*, U32, const F32*, xBase*);

motive_node* _motive_top;
motive_node* _motive_temp;
Expand All @@ -106,9 +111,7 @@ namespace xhud

void add_tweaks();

void setup();
void enable();
void update(F32 dt);
void dispatch(U32 event);
void clear_motives(U8 (*fp_update)(widget&, motive&, F32), void* context);
void add_motive(motive& m);
Expand Down

0 comments on commit 6848ad5

Please sign in to comment.