From 0330b6b36305c8f2218022fdb516f671feaeec88 Mon Sep 17 00:00:00 2001 From: Yingjie Wang Date: Wed, 5 Nov 2025 12:41:55 -0500 Subject: [PATCH] re-structure --- .gitignore | 2 ++ background.c => src/background.c | 0 common.h => src/common.h | 0 3 files changed, 2 insertions(+) rename background.c => src/background.c (100%) rename common.h => src/common.h (100%) diff --git a/.gitignore b/.gitignore index 722d5e7..771155b 100644 --- a/.gitignore +++ b/.gitignore @@ -1 +1,3 @@ .vscode +imgs/** +build/ diff --git a/background.c b/src/background.c similarity index 100% rename from background.c rename to src/background.c diff --git a/common.h b/src/common.h similarity index 100% rename from common.h rename to src/common.h