From 9e6e6cecaaec6cf27fd818a66a18edadd6804a2b Mon Sep 17 00:00:00 2001 From: Treeki Date: Mon, 25 Jul 2011 04:31:00 +0200 Subject: random tile hack complete! it's missing definitions though --- include/game.h | 1 + 1 file changed, 1 insertion(+) (limited to 'include') diff --git a/include/game.h b/include/game.h index 3c631c6..554e17a 100755 --- a/include/game.h +++ b/include/game.h @@ -41,6 +41,7 @@ void *DVD_GetFile(void *dvdclass2, const char *arc, const char *file); void *DVD_GetFile(void *dvdclass2, const char *arc, const char *file, u32 *length); int MakeRandomNumber(int count); +int MakeRandomNumberForTiles(int count); extern int Player_Active[4]; -- cgit v1.2.3