Use define for showing HuSprGrpDrawNoSet prototype
This commit is contained in:
parent
58de56c90a
commit
1ff18808ea
4 changed files with 4 additions and 4 deletions
|
|
@ -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;
|
||||
|
|
|
|||
|
|
@ -1,3 +1,4 @@
|
|||
#define HUSPR_USE_OLD_DEFS
|
||||
#include "math.h"
|
||||
#include "game/chrman.h"
|
||||
#include "game/object.h"
|
||||
|
|
|
|||
|
|
@ -23,8 +23,6 @@
|
|||
|
||||
#include "math.h"
|
||||
|
||||
void HuSprGrpDrawNoSet(s16 group, s32 draw_no);
|
||||
|
||||
#define ABS(x) (((x) < 0) ? -(x) : (x))
|
||||
|
||||
typedef struct {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue