From 0aae0eed9a74a463852f6548e282c10b6c632cf2 Mon Sep 17 00:00:00 2001 From: Treeki Date: Mon, 28 Mar 2011 00:04:21 +0200 Subject: Pa1/2/3 tilesets can now be swapped into any slot, except for animations --- include/game.h | 1 + 1 file changed, 1 insertion(+) (limited to 'include/game.h') 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]; -- cgit v1.2.3