mirror of
https://gitlab.com/ryandwyer/perfect-dark
synced 2026-08-18 21:18:03 -04:00
10 lines
166 B
C
10 lines
166 B
C
#ifndef _IN_GAME_GAME_013CF0_H
|
|
#define _IN_GAME_GAME_013CF0_H
|
|
#include <ultra64.h>
|
|
#include "types.h"
|
|
|
|
void stageLoadTiles(void);
|
|
void stageParseTiles(void);
|
|
|
|
#endif
|