diff options
author | ultima-soul <akshayjhanji@hotmail.com> | 2019-10-06 14:47:08 -0700 |
---|---|---|
committer | ultima-soul <akshayjhanji@hotmail.com> | 2019-10-06 14:47:08 -0700 |
commit | 52d40061ecdb2b47da10083c0359e06df5470eb1 (patch) | |
tree | 7ad8e6736a9c43cc7b87b97c4953f8a215359b68 /include/new_game.h | |
parent | 0873084a5d143c4e7eab682f7d27a3255ed281b7 (diff) |
Resolve review suggestions.
Diffstat (limited to 'include/new_game.h')
-rw-r--r-- | include/new_game.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/include/new_game.h b/include/new_game.h index eedaea724..ed40546ba 100644 --- a/include/new_game.h +++ b/include/new_game.h @@ -1,6 +1,8 @@ #ifndef GUARD_NEW_GAME_H #define GUARD_NEW_GAME_H +#include "global.h" + void SetTrainerId(u32 trainerId, u8 *dst); void CopyTrainerId(u8 *dst, u8 *src); void NewGameInitData(void); |