From 79831748c6bf6c69c27a7f3ccf8e933b0ce20cdc Mon Sep 17 00:00:00 2001 From: John Neumeier Date: Sun, 2 Nov 2025 15:00:40 +0100 Subject: [PATCH] main --- Start_Windows/.idea/editor.xml | 580 ++++++++++++++++++++++++++ Start_Windows/.idea/vcs.xml | 6 + Start_Windows/.idea/workspace.xml | 24 +- Start_Windows/game.o | Bin 0 -> 2806 bytes Start_Windows/input.o | Bin 0 -> 2545 bytes Start_Windows/main.c | 1 - Start_Windows/runTests.exe | Bin 0 -> 87803 bytes Start_Windows/unity/.idea/.gitignore | 8 + Start_Windows/unity/.idea/editor.xml | 580 ++++++++++++++++++++++++++ Start_Windows/unity/.idea/modules.xml | 8 + Start_Windows/unity/.idea/unity.iml | 8 + Start_Windows/unity/.idea/vcs.xml | 6 + Start_Windows/unity/libunity.a | Bin 0 -> 25984 bytes Start_Windows/unity/unity.o | Bin 0 -> 24702 bytes 14 files changed, 1210 insertions(+), 11 deletions(-) create mode 100644 Start_Windows/.idea/editor.xml create mode 100644 Start_Windows/.idea/vcs.xml create mode 100644 Start_Windows/game.o create mode 100644 Start_Windows/input.o create mode 100644 Start_Windows/runTests.exe create mode 100644 Start_Windows/unity/.idea/.gitignore create mode 100644 Start_Windows/unity/.idea/editor.xml create mode 100644 Start_Windows/unity/.idea/modules.xml create mode 100644 Start_Windows/unity/.idea/unity.iml create mode 100644 Start_Windows/unity/.idea/vcs.xml create mode 100644 Start_Windows/unity/libunity.a create mode 100644 Start_Windows/unity/unity.o diff --git a/Start_Windows/.idea/editor.xml b/Start_Windows/.idea/editor.xml new file mode 100644 index 0000000..1f0ef49 --- /dev/null +++ b/Start_Windows/.idea/editor.xml @@ -0,0 +1,580 @@ + + + + + \ No newline at end of file diff --git a/Start_Windows/.idea/vcs.xml b/Start_Windows/.idea/vcs.xml new file mode 100644 index 0000000..6c0b863 --- /dev/null +++ b/Start_Windows/.idea/vcs.xml @@ -0,0 +1,6 @@ + + + + + + \ No newline at end of file diff --git a/Start_Windows/.idea/workspace.xml b/Start_Windows/.idea/workspace.xml index 38de7c6..7eea12c 100644 --- a/Start_Windows/.idea/workspace.xml +++ b/Start_Windows/.idea/workspace.xml @@ -7,7 +7,6 @@