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 +