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
|