diff options
author | PikalaxALT <pikalaxalt@gmail.com> | 2020-08-31 14:25:20 -0400 |
---|---|---|
committer | PikalaxALT <pikalaxalt@gmail.com> | 2020-08-31 14:25:20 -0400 |
commit | 5787ba96ba2bcb0860422c3e66c179e63368acac (patch) | |
tree | 38ff48e4d286804b19f920af382351d4d11a13d0 /arm9/lib/include/MI_init.h | |
parent | 00cbfe2e138c842d9c0bce4e1848d3eaa88a39b8 (diff) | |
parent | bf25a361cd0d013beb86a936b516957b66cfa011 (diff) |
Merge branch 'master' of github.com:pret/pokediamond into pikalax_work
Diffstat (limited to 'arm9/lib/include/MI_init.h')
-rw-r--r-- | arm9/lib/include/MI_init.h | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/arm9/lib/include/MI_init.h b/arm9/lib/include/MI_init.h new file mode 100644 index 00000000..a338ab6b --- /dev/null +++ b/arm9/lib/include/MI_init.h @@ -0,0 +1,6 @@ +#ifndef POKEDIAMOND_MI_INIT_H +#define POKEDIAMOND_MI_INIT_H + +void MI_Init(void); + +#endif //POKEDIAMOND_MI_INIT_H |