pokeemmo/include/test/test_runner_battle.h
grintoul 95c2a6e2b6
Multibattle testing system (#7257)
Co-authored-by: hedara90 <90hedara@gmail.com>
Co-authored-by: Martin Griffin <martinrgriffin@gmail.com>
2025-10-24 15:00:23 +02:00

7 lines
110 B
C

#ifndef GUARD_BATTLE_TEST_RUNNER_H
#define GUARD_BATTLE_TEST_RUNNER_H
bool8 IsMultibattleTest(void);
#endif