mirror of
https://gitlab.com/ryandwyer/perfect-dark
synced 2026-09-03 18:03:34 -04:00
11 lines
146 B
C
11 lines
146 B
C
#ifndef IN_GAME_GETITLE_H
|
|
#define IN_GAME_GETITLE_H
|
|
#include <ultra64.h>
|
|
#include "data.h"
|
|
#include "types.h"
|
|
|
|
void getitle_reset(void);
|
|
|
|
|
|
#endif
|