From 1fb016296ba8e3c0d94eb86db63532466db53c8a Mon Sep 17 00:00:00 2001 From: juergen Date: Sat, 14 Dec 2024 22:46:11 +0100 Subject: [PATCH] minor changes --- src/ui.h | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/ui.h b/src/ui.h index e16c1c9..06cbf17 100644 --- a/src/ui.h +++ b/src/ui.h @@ -1,5 +1,7 @@ #ifndef UI #define UI +extern void main(int); #endif // !UI +