mirror of
https://github.com/krystalgamer/spidey-decomp.git
synced 2024-11-23 05:19:43 +00:00
12 lines
179 B
C
12 lines
179 B
C
#pragma once
|
|
|
|
#ifndef PS2GAMEFMV_H
|
|
#define PS2GAMEFMV_H
|
|
|
|
#include "export.h"
|
|
|
|
EXPORT int GameFMV_GetNumMovies(void);
|
|
EXPORT void GameFMV_PlayMovie(u8, bool, bool, float);
|
|
|
|
#endif
|