Use define for showing HuSprGrpDrawNoSet prototype
This commit is contained in:
parent
58de56c90a
commit
1ff18808ea
4 changed files with 4 additions and 4 deletions
|
|
@ -113,6 +113,9 @@ void HuSprGrpCenterSet(s16 group, float x, float y);
|
||||||
void HuSprGrpZRotSet(s16 group, float z_rot);
|
void HuSprGrpZRotSet(s16 group, float z_rot);
|
||||||
void HuSprGrpScaleSet(s16 group, float x, float y);
|
void HuSprGrpScaleSet(s16 group, float x, float y);
|
||||||
void HuSprGrpTPLvlSet(s16 group, float tp_lvl);
|
void HuSprGrpTPLvlSet(s16 group, float tp_lvl);
|
||||||
|
#ifndef HUSPR_USE_OLD_DEFS
|
||||||
|
void HuSprGrpDrawNoSet(s16 group, s32 draw_no);
|
||||||
|
#endif
|
||||||
void HuSprDrawNoSet(s16 group, s16 member, s32 draw_no);
|
void HuSprDrawNoSet(s16 group, s16 member, s32 draw_no);
|
||||||
void HuSprPriSet(s16 group, s16 member, s16 prio);
|
void HuSprPriSet(s16 group, s16 member, s16 prio);
|
||||||
void HuSprGrpScissorSet(s16 group, s16 x, s16 y, s16 w, s16 h);
|
void HuSprGrpScissorSet(s16 group, s16 x, s16 y, s16 w, s16 h);
|
||||||
|
|
|
||||||
|
|
@ -21,8 +21,6 @@
|
||||||
|
|
||||||
#include "rel_sqrt_consts.h"
|
#include "rel_sqrt_consts.h"
|
||||||
|
|
||||||
void HuSprGrpDrawNoSet(s16 group, s32 draw_no);
|
|
||||||
|
|
||||||
static s16 lbl_1_data_0 = 1;
|
static s16 lbl_1_data_0 = 1;
|
||||||
|
|
||||||
static omObjData *lbl_1_bss_60;
|
static omObjData *lbl_1_bss_60;
|
||||||
|
|
|
||||||
|
|
@ -1,3 +1,4 @@
|
||||||
|
#define HUSPR_USE_OLD_DEFS
|
||||||
#include "math.h"
|
#include "math.h"
|
||||||
#include "game/chrman.h"
|
#include "game/chrman.h"
|
||||||
#include "game/object.h"
|
#include "game/object.h"
|
||||||
|
|
|
||||||
|
|
@ -23,8 +23,6 @@
|
||||||
|
|
||||||
#include "math.h"
|
#include "math.h"
|
||||||
|
|
||||||
void HuSprGrpDrawNoSet(s16 group, s32 draw_no);
|
|
||||||
|
|
||||||
#define ABS(x) (((x) < 0) ? -(x) : (x))
|
#define ABS(x) (((x) < 0) ? -(x) : (x))
|
||||||
|
|
||||||
typedef struct {
|
typedef struct {
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue