mirror of
https://gitlab.com/ryandwyer/perfect-dark
synced 2026-06-22 07:55:41 -04:00
10 lines
181 B
C
10 lines
181 B
C
#ifndef IN_GAME_BONDCUTSCENE_H
|
|
#define IN_GAME_BONDCUTSCENE_H
|
|
#include <ultra64.h>
|
|
#include "types.h"
|
|
|
|
void currentPlayerSetMoveModeCutscene(void);
|
|
void func0f0c37c0(void);
|
|
|
|
#endif
|