mirror of
https://gitlab.com/ryandwyer/perfect-dark
synced 2026-06-13 21:55:21 -04:00
10 lines
140 B
C
10 lines
140 B
C
#ifndef _IN_GAME_TILES_H
|
|
#define _IN_GAME_TILES_H
|
|
#include <ultra64.h>
|
|
#include "data.h"
|
|
#include "types.h"
|
|
|
|
void tilesReset(void);
|
|
|
|
#endif
|