mirror of
https://gitlab.com/ryandwyer/perfect-dark
synced 2026-08-17 12:59:41 -04:00
11 lines
181 B
C
11 lines
181 B
C
#ifndef IN_GAME_BONDCUTSCENE_H
|
|
#define IN_GAME_BONDCUTSCENE_H
|
|
#include <ultra64.h>
|
|
#include "data.h"
|
|
#include "types.h"
|
|
|
|
void bcutsceneInit(void);
|
|
void bcutsceneTick(void);
|
|
|
|
#endif
|