Use define for showing HuSprGrpDrawNoSet prototype

This commit is contained in:
gamemasterplc 2024-04-02 13:14:50 -05:00
parent 58de56c90a
commit 1ff18808ea
4 changed files with 4 additions and 4 deletions

View file

@ -21,8 +21,6 @@
#include "rel_sqrt_consts.h"
void HuSprGrpDrawNoSet(s16 group, s32 draw_no);
static s16 lbl_1_data_0 = 1;
static omObjData *lbl_1_bss_60;

View file

@ -1,3 +1,4 @@
#define HUSPR_USE_OLD_DEFS
#include "math.h"
#include "game/chrman.h"
#include "game/object.h"

View file

@ -23,8 +23,6 @@
#include "math.h"
void HuSprGrpDrawNoSet(s16 group, s32 draw_no);
#define ABS(x) (((x) < 0) ? -(x) : (x))
typedef struct {