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