From 8cec16bdb6f980565b29d5b55379e481018753f6 Mon Sep 17 00:00:00 2001 From: Dominik Kaiser Date: Thu, 9 May 2024 16:19:29 +0200 Subject: Setup basic structure and add basic input handling --- src/main.c | 10 +++++++--- 1 file changed, 7 insertions(+), 3 deletions(-) (limited to 'src/main.c') diff --git a/src/main.c b/src/main.c index e76703f..db6b524 100644 --- a/src/main.c +++ b/src/main.c @@ -6,13 +6,17 @@ /* By: dkaiser