diff options
author | DizzyEggg <jajkodizzy@wp.pl> | 2017-10-13 17:22:50 +0200 |
---|---|---|
committer | DizzyEggg <jajkodizzy@wp.pl> | 2017-10-13 17:22:50 +0200 |
commit | c78679ae66c71836b23e59e001c45235117cab2f (patch) | |
tree | eceed1145e36a957a16ccc855a7550fac22dfc51 /include/battle_anim.h | |
parent | 428dd0e0a8539b171fccc59ea717fda970a22e91 (diff) |
rom3 decomp start
Diffstat (limited to 'include/battle_anim.h')
-rw-r--r-- | include/battle_anim.h | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/include/battle_anim.h b/include/battle_anim.h new file mode 100644 index 000000000..fa546b192 --- /dev/null +++ b/include/battle_anim.h @@ -0,0 +1,6 @@ +#ifndef GUARD_BATTLE_ANIM_H +#define GUARD_BATTLE_ANIM_H + +void ClearBattleAnimationVars(void); + +#endif // GUARD_BATTLE_ANIM_H |