mirror of
https://gitlab.com/ryandwyer/perfect-dark
synced 2026-07-06 12:40:56 -04:00
13 lines
242 B
C
13 lines
242 B
C
#ifndef _IN_GAME_CREDITS_H
|
|
#define _IN_GAME_CREDITS_H
|
|
#include <ultra64.h>
|
|
#include "data.h"
|
|
#include "types.h"
|
|
|
|
Gfx *creditsDraw(Gfx *gdl);
|
|
void creditsReset(void);
|
|
void creditsRequestAltTitle(void);
|
|
void credits0f13ae04(Mtxf *mtx);
|
|
|
|
#endif
|