diff options
Diffstat (limited to 'test/test_cli.h')
| -rw-r--r-- | test/test_cli.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/test/test_cli.h b/test/test_cli.h index e580236..f16c50b 100644 --- a/test/test_cli.h +++ b/test/test_cli.h @@ -20,3 +20,5 @@ #pragma once char *test_out_path(void); +char *test_vararg_index(void); +char *test_game_id(void); |