mirror of
https://github.com/rh-hideout/pokeemerald-expansion.git
synced 2026-04-25 16:28:25 -05:00
Co-authored-by: hedara90 <90hedara@gmail.com> Co-authored-by: Martin Griffin <martinrgriffin@gmail.com>
7 lines
110 B
C
7 lines
110 B
C
#ifndef GUARD_BATTLE_TEST_RUNNER_H
|
|
#define GUARD_BATTLE_TEST_RUNNER_H
|
|
|
|
bool8 IsMultibattleTest(void);
|
|
|
|
#endif
|