mirror of
https://gitlab.com/ryandwyer/perfect-dark
synced 2026-08-17 12:59:41 -04:00
13 lines
211 B
C
13 lines
211 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);
|
|
Gfx *func0f13687c(Gfx *gdl);
|
|
|
|
#endif
|