From bc4cef92d8efbf97a9215122abc2d7247c287f12 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?John=20Ankarstr=C3=B6m?= Date: Fri, 2 Sep 2022 20:16:04 +0200 Subject: Improve Window object. --- c/test.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'c/test.h') diff --git a/c/test.h b/c/test.h index 50ae9e6..31eb974 100644 --- a/c/test.h +++ b/c/test.h @@ -1,6 +1,7 @@ #ifndef TEST_H #define TEST_H -int RunTests(); +struct Window; +int RunTests(Window& window); #endif -- cgit v1.2.3