mirror of
https://github.com/pret/pokefirered.git
synced 2026-05-15 16:50:01 -05:00
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
|