diff options
Diffstat (limited to '')
-rwxr-xr-x | include/game.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/game.h b/include/game.h index ac5318d..b26842b 100755 --- a/include/game.h +++ b/include/game.h @@ -35,6 +35,7 @@ inline void *GetDVDClass2() { }
void *DVD_GetFile(void *dvdclass2, const char *arc, const char *file);
+void *DVD_GetFile(void *dvdclass2, const char *arc, const char *file, u32 *length);
extern int Player_Active[4];
|