Identify skyInit and rename game_135c70.c to sky.c

This commit is contained in:
Ryan Dwyer
2021-01-04 11:38:49 +10:00
parent 75094f8efe
commit fb2b385b35
5 changed files with 9 additions and 9 deletions
@@ -1,11 +1,11 @@
#ifndef _IN_GAME_GAME_135C70_H
#define _IN_GAME_GAME_135C70_H
#ifndef _IN_GAME_SKY_H
#define _IN_GAME_SKY_H
#include <ultra64.h>
#include "types.h"
u32 func0f135c70(void);
u32 func0f135f08(void);
void func0f1360e8(void);
void skyInit(void);
u32 func0f13687c(void);
#endif