From 16ce2bb119c8e6f6d1e48eaa40fb468adc736528 Mon Sep 17 00:00:00 2001 From: yum Date: Thu, 15 Dec 2022 20:54:19 -0800 Subject: Add GUI hello world Literally just the wxWidgets hello world. ~GUI is named that way to prevent Unity from generating .meta files. Build instructions in ~GUI/README.md. --- ~GUI/Libraries/.gitignore | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 ~GUI/Libraries/.gitignore (limited to '~GUI/Libraries/.gitignore') diff --git a/~GUI/Libraries/.gitignore b/~GUI/Libraries/.gitignore new file mode 100644 index 0000000..214bffb --- /dev/null +++ b/~GUI/Libraries/.gitignore @@ -0,0 +1,3 @@ +# Don't check in anything we fetch +wx + -- cgit v1.2.3