mirror of
https://github.com/krystalgamer/spidey-decomp.git
synced 2024-12-03 19:03:01 +00:00
GameFMV_GetNumMovie
This commit is contained in:
parent
d9d754c061
commit
def6050e6b
9
ps2gamefmv.cpp
Normal file
9
ps2gamefmv.cpp
Normal file
@ -0,0 +1,9 @@
|
||||
#include "ps2gamefmv.h"
|
||||
|
||||
|
||||
|
||||
// @Ok
|
||||
int GameFMV_GetNumMovies(void)
|
||||
{
|
||||
return 27;
|
||||
}
|
10
ps2gamefmv.h
Normal file
10
ps2gamefmv.h
Normal file
@ -0,0 +1,10 @@
|
||||
#pragma once
|
||||
|
||||
#ifndef PS2GAMEFMV_H
|
||||
#define PS2GAMEFMV_H
|
||||
|
||||
#include "export.h"
|
||||
|
||||
EXPORT int GameFMV_GetNumMovies(void);
|
||||
|
||||
#endif
|
@ -228,6 +228,10 @@ SOURCE=.\ps2funcs.cpp
|
||||
# End Source File
|
||||
# Begin Source File
|
||||
|
||||
SOURCE=.\ps2gamefmv.cpp
|
||||
# End Source File
|
||||
# Begin Source File
|
||||
|
||||
SOURCE=.\ps2lowsfx.cpp
|
||||
# End Source File
|
||||
# Begin Source File
|
||||
@ -464,6 +468,10 @@ SOURCE=.\ps2funcs.h
|
||||
# End Source File
|
||||
# Begin Source File
|
||||
|
||||
SOURCE=.\ps2gamefmv.h
|
||||
# End Source File
|
||||
# Begin Source File
|
||||
|
||||
SOURCE=.\ps2lowsfx.h
|
||||
# End Source File
|
||||
# Begin Source File
|
||||
|
Loading…
Reference in New Issue
Block a user