From 2284646db66fc117246225bd30298ddbef8ed13a Mon Sep 17 00:00:00 2001 From: physick Date: Sun, 6 Sep 2026 16:10:24 +0500 Subject: win condition --- src/tests/test.h | 3 +++ 1 file changed, 3 insertions(+) (limited to 'src/tests/test.h') diff --git a/src/tests/test.h b/src/tests/test.h index 5994ecb..456c9e2 100644 --- a/src/tests/test.h +++ b/src/tests/test.h @@ -8,10 +8,13 @@ typedef struct { char *(*Function)(); } UnitTest; +char *reportError(const char *format, ...); + // ========== TESTS ========== char *ArenaAllocation(); char *ArenaOutOfMemory(); char *difficultyCalculator(); +char *timerPrintDisplay(); #endif // TESTS_H -- cgit v1.3