summaryrefslogtreecommitdiff
path: root/include/game.h
diff options
context:
space:
mode:
Diffstat (limited to '')
-rwxr-xr-xinclude/game.h1
1 files changed, 1 insertions, 0 deletions
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];