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