mirror of
https://gitlab.com/kholdfuzion/goldeneye_src
synced 2026-08-30 00:41:58 -04:00
8 lines
105 B
C
8 lines
105 B
C
#ifndef _INITGAMEDATE_H_
|
|
#define _INITGAMEDATE_H_
|
|
#include <ultra64.h>
|
|
|
|
void initGameData(void);
|
|
|
|
#endif
|