mirror of
https://gitlab.com/ryandwyer/perfect-dark
synced 2026-08-01 16:09:43 -04:00
10 lines
162 B
C
10 lines
162 B
C
#ifndef _IN_GAME_GAME_00B210_H
|
|
#define _IN_GAME_GAME_00B210_H
|
|
#include <ultra64.h>
|
|
#include "data.h"
|
|
#include "types.h"
|
|
|
|
void mpInitPresetFeatures(void);
|
|
|
|
#endif
|