diff options
author | sceptillion <33798691+sceptillion@users.noreply.github.com> | 2017-12-11 00:56:09 -0800 |
---|---|---|
committer | sceptillion <33798691+sceptillion@users.noreply.github.com> | 2017-12-11 00:56:09 -0800 |
commit | 66219cd4afaa5bca25fa722b9194b5c55341a0f6 (patch) | |
tree | ddee139e313dedfe675c8f86126f177192981eaa /src/main.c | |
parent | fdf832bec16cbdcb07afc4a62bb74314202fadf6 (diff) |
create random.h
Diffstat (limited to 'src/main.c')
-rw-r--r-- | src/main.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -1,4 +1,5 @@ #include "global.h" +#include "random.h" extern char ewram_start[]; @@ -26,7 +27,6 @@ extern char unk_code[]; extern void sub_800CDA8(int); extern void sub_800B540(void); extern void sub_800CF0C(void); -extern void SeedRng(u8 *); extern void sub_8004D78(void); extern void nullsub_9(void); extern void nullsub_6(void); |