Rename game_18e5a0.c to radar.c

This commit is contained in:
Ryan Dwyer
2021-01-02 15:33:29 +10:00
parent 641ef53ba1
commit ebd90be449
6 changed files with 10 additions and 10 deletions
@@ -1,12 +1,12 @@
#ifndef IN_GAME_GAME_18E5A0_H
#define IN_GAME_GAME_18E5A0_H
#ifndef IN_GAME_RADAR_H
#define IN_GAME_RADAR_H
#include <ultra64.h>
#include "types.h"
u32 func0f18e5ac(void);
s32 teamGetIndex(s32 team);
Gfx *radarDrawDot(Gfx *gdl, struct prop *prop, struct coord *dist, u32 colour, s32 arg4, s32 arg5);
Gfx *func0f18f874(Gfx *gdl);
Gfx *radarRender(Gfx *gdl);
Gfx *radarDrawProps(Gfx *gdl);
#endif