mirror of
https://gitlab.com/ryandwyer/perfect-dark
synced 2026-08-18 13:13:11 -04:00
12 lines
187 B
C
12 lines
187 B
C
#ifndef _IN_GAME_SKY_H
|
|
#define _IN_GAME_SKY_H
|
|
#include <ultra64.h>
|
|
#include "types.h"
|
|
|
|
u32 func0f135c70(void);
|
|
u32 func0f135f08(void);
|
|
void skyInit(void);
|
|
u32 func0f13687c(void);
|
|
|
|
#endif
|