From 72b2cb8e1bcb9970136efc8dc57b20b95ff7d082 Mon Sep 17 00:00:00 2001 From: Treeki Date: Sun, 13 Mar 2011 02:34:58 +0100 Subject: compiles now! untested, though. also did some work on dWMResourceMng_c --- include/game.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'include/game.h') diff --git a/include/game.h b/include/game.h index cb567f3..6df656f 100755 --- a/include/game.h +++ b/include/game.h @@ -1081,7 +1081,7 @@ public: dDvdLoader_c(); // 8008F140 virtual ~dDvdLoader_c(); // 8008F170 - void *load(const char *filename, u8 unk = 0); // 8008F1B0 + void *load(const char *filename, u8 unk = 0, void *heap = 0); // 8008F1B0 bool close(); // 8008F2B0 -- Frees command, DON'T USE THIS unless you free the buffer yourself bool unload(); // 8008F310 -- Frees command and buffer, USE THIS -- cgit v1.2.3