diff options
author | Treeki <treeki@gmail.com> | 2011-07-25 04:31:00 +0200 |
---|---|---|
committer | Treeki <treeki@gmail.com> | 2011-07-25 04:31:00 +0200 |
commit | 9e6e6cecaaec6cf27fd818a66a18edadd6804a2b (patch) | |
tree | 9afe0ff5e74d8d3339521b9a49cf0191dc3e0e17 /include | |
parent | ebed8b9946f7755eb624dd62595ce87edaa5657a (diff) | |
download | kamek-9e6e6cecaaec6cf27fd818a66a18edadd6804a2b.tar.gz kamek-9e6e6cecaaec6cf27fd818a66a18edadd6804a2b.zip |
random tile hack complete! it's missing definitions though
Diffstat (limited to 'include')
-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 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];
|