Skip to content

Commit

Permalink
Match zhud::render (bfbbdecomp#312)
Browse files Browse the repository at this point in the history
  • Loading branch information
escape209 authored Jul 13, 2024
1 parent 655ff58 commit 9f2cad4
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions src/SB/Game/zHud.cpp
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
#include "xHud.h"
#include "zHud.h"

#include <types.h>

void zhud::render()
{
xhud::render();
}

0 comments on commit 9f2cad4

Please sign in to comment.