mirror of
https://gitlab.com/ryandwyer/perfect-dark
synced 2026-07-07 04:44:52 -04:00
13 lines
241 B
C
13 lines
241 B
C
#ifndef _IN_GAME_STARS_H
|
|
#define _IN_GAME_STARS_H
|
|
#include <ultra64.h>
|
|
#include "data.h"
|
|
#include "types.h"
|
|
|
|
void stars0f135c70(void);
|
|
void starInsert(s32 arg0, struct coord *arg1);
|
|
void starsReset(void);
|
|
Gfx *starsRender(Gfx *gdl);
|
|
|
|
#endif
|