mirror of
https://gitlab.com/ryandwyer/perfect-dark
synced 2026-08-17 04:52:03 -04:00
Decompile hudmsgCalculatePosition
This commit is contained in:
@@ -4,7 +4,7 @@
|
||||
#include "data.h"
|
||||
#include "types.h"
|
||||
|
||||
u8 func0f0dcdb0(void);
|
||||
u8 hudmsgsAreActive(void);
|
||||
s32 hudmsgIsZoomRangeVisible(void);
|
||||
Gfx *hudmsgRenderMissionTimer(Gfx *gdl, u32 arg1);
|
||||
Gfx *hudmsgRenderZoomRange(Gfx *gdl, s32 arg1);
|
||||
@@ -14,13 +14,13 @@ void hudmsgsHideByChannel(s32 value);
|
||||
void hudmsgsInit(void);
|
||||
void hudmsgRemoveAll(void);
|
||||
s32 hudmsgGetNext(s32 refid);
|
||||
void hudmsgCreateViaPreset(char *text, s32 type);
|
||||
void func0f0ddfa4(char *text, s32 type, s32 arg2);
|
||||
void hudmsgCreateViaPresetWithColour(char *text, s32 type, u8 colour);
|
||||
void hudmsgCreateViaStruct(char *text, s32 type, struct hudmessageconfig *config, s32 arg3);
|
||||
void hudmsgCreate(char *text, s32 type);
|
||||
void hudmsgCreateWithFlags(char *text, s32 type, u32 flags);
|
||||
void hudmsgCreateWithColour(char *text, s32 type, u8 colour);
|
||||
void hudmsgCreateWithDuration(char *text, s32 type, struct hudmsgtype *config, s32 duration60);
|
||||
u32 func0f0de160(void);
|
||||
void func0f0de7fc(struct hudmessage *msg);
|
||||
void hudmsgCreate(char *text, s32 type, s32 conf00, s32 conf01, s32 conf02,
|
||||
void hudmsgCalculatePosition(struct hudmessage *msg);
|
||||
void hudmsgCreateFromArgs(char *text, s32 type, s32 conf00, s32 conf01, s32 conf02,
|
||||
struct hudmessagething *conf04, struct hudmessagething *conf08,
|
||||
u32 textcolour, u32 shadowcolour,
|
||||
u32 alignh, s32 conf16, u32 alignv, s32 conf18, s32 arg14, u32 flags);
|
||||
|
||||
Reference in New Issue
Block a user