Files
perfect-dark/src/include/game/stars.h
T
2022-03-25 12:07:32 +10:00

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