mirror of
https://gitlab.com/ryandwyer/perfect-dark
synced 2026-08-17 12:59:41 -04:00
Fix warnings
This commit is contained in:
@@ -67,7 +67,7 @@ u32 func0f0b656c(void);
|
||||
u32 func0f0b65a8(void);
|
||||
u32 func0f0b65f8(void);
|
||||
u32 func0f0b6764(void);
|
||||
f32 func0f0b69d0(f32 arg0, s32 arg1, s32 arg2, struct prop *prop, s16 *arg4, s16 arg5);
|
||||
f32 func0f0b69d0(f32 arg0, struct coord *pos, s16 *arg2, struct prop *prop, s16 *arg4, s16 arg5);
|
||||
f32 func0f0b72a8(f32 arg0, struct coord *pos, s16 *arg2, struct prop *prop);
|
||||
u32 func0f0b72dc(void);
|
||||
u32 func0f0b77cc(void);
|
||||
|
||||
@@ -103,7 +103,7 @@ s32 scenarioCtcRadar(s32 value);
|
||||
bool scenarioCtcRadar2(s32 *displaylist, struct prop *prop);
|
||||
bool scenarioCtcHighlight(struct prop *prop, u32 *colour);
|
||||
u32 func0f181800(void);
|
||||
bool scenarioCtcCallback2c(f32 arg0, s32 arg1, s32 arg2, struct prop *prop, f32 *arg4);
|
||||
bool scenarioCtcCallback2c(f32 arg0, struct coord *pos, s16 *arg2, struct prop *prop, f32 *arg4);
|
||||
s32 scenarioCtcGetMaxTeams(void);
|
||||
bool scenarioCtcIsRoomHighlighted(s16 room);
|
||||
void scenarioCtcCallback38(s16 arg0, s32 *arg1, s32 *arg2, s32 *arg3);
|
||||
|
||||
Reference in New Issue
Block a user