From 86fe424f46f21a59ae871bb68ad20c998fe11b4a Mon Sep 17 00:00:00 2001 From: Raymaekers Luca Date: Sun, 7 Sep 2025 12:22:02 +0200 Subject: checkpoint --- code/libs/linuxhmh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'code/libs') diff --git a/code/libs/linuxhmh b/code/libs/linuxhmh index 36c8c66..0049454 160000 --- a/code/libs/linuxhmh +++ b/code/libs/linuxhmh @@ -1 +1 @@ -Subproject commit 36c8c66d7e04d2a1b84630294cec3fb6dca90b22 +Subproject commit 00494541c8c1c4c7c8feb779cf401c015d42bc4b -- cgit v1.2.3-70-g09d2 From ea122ba7ef3bc5db176527eae42df9d15d661977 Mon Sep 17 00:00:00 2001 From: Raymaekers Luca Date: Tue, 16 Sep 2025 12:19:49 +0200 Subject: checkpoint --- code/libs/linuxhmh | 1 - code/libs/linuxhmh/handmade_platform.h | 1 + code/libs/linuxhmh/linux_handmade.cpp | 1 + code/libs/linuxhmh/linux_handmade.h | 1 + code/libs/linuxhmh/linux_profile.h | 1 + code/libs/linuxhmh/linux_x11_keysyms_to_strings.c | 1 + code/libs/linuxhmh/win32_handmade.cpp | 1 + code/libs/linuxhmh/win32_handmade.h | 1 + 8 files changed, 7 insertions(+), 1 deletion(-) delete mode 160000 code/libs/linuxhmh create mode 120000 code/libs/linuxhmh/handmade_platform.h create mode 120000 code/libs/linuxhmh/linux_handmade.cpp create mode 120000 code/libs/linuxhmh/linux_handmade.h create mode 120000 code/libs/linuxhmh/linux_profile.h create mode 120000 code/libs/linuxhmh/linux_x11_keysyms_to_strings.c create mode 120000 code/libs/linuxhmh/win32_handmade.cpp create mode 120000 code/libs/linuxhmh/win32_handmade.h (limited to 'code/libs') diff --git a/code/libs/linuxhmh b/code/libs/linuxhmh deleted file mode 160000 index 0049454..0000000 --- a/code/libs/linuxhmh +++ /dev/null @@ -1 +0,0 @@ -Subproject commit 00494541c8c1c4c7c8feb779cf401c015d42bc4b diff --git a/code/libs/linuxhmh/handmade_platform.h b/code/libs/linuxhmh/handmade_platform.h new file mode 120000 index 0000000..3ea1f09 --- /dev/null +++ b/code/libs/linuxhmh/handmade_platform.h @@ -0,0 +1 @@ +/home/aluc/proj/handmade/linuxhmh/handmade_platform.h \ No newline at end of file diff --git a/code/libs/linuxhmh/linux_handmade.cpp b/code/libs/linuxhmh/linux_handmade.cpp new file mode 120000 index 0000000..aa62040 --- /dev/null +++ b/code/libs/linuxhmh/linux_handmade.cpp @@ -0,0 +1 @@ +/home/aluc/proj/handmade/linuxhmh/linux_handmade.cpp \ No newline at end of file diff --git a/code/libs/linuxhmh/linux_handmade.h b/code/libs/linuxhmh/linux_handmade.h new file mode 120000 index 0000000..693943d --- /dev/null +++ b/code/libs/linuxhmh/linux_handmade.h @@ -0,0 +1 @@ +/home/aluc/proj/handmade/linuxhmh/linux_handmade.h \ No newline at end of file diff --git a/code/libs/linuxhmh/linux_profile.h b/code/libs/linuxhmh/linux_profile.h new file mode 120000 index 0000000..38f71cb --- /dev/null +++ b/code/libs/linuxhmh/linux_profile.h @@ -0,0 +1 @@ +/home/aluc/proj/handmade/linuxhmh/linux_profile.h \ No newline at end of file diff --git a/code/libs/linuxhmh/linux_x11_keysyms_to_strings.c b/code/libs/linuxhmh/linux_x11_keysyms_to_strings.c new file mode 120000 index 0000000..0dc8717 --- /dev/null +++ b/code/libs/linuxhmh/linux_x11_keysyms_to_strings.c @@ -0,0 +1 @@ +/home/aluc/proj/handmade/linuxhmh/linux_x11_keysyms_to_strings.c \ No newline at end of file diff --git a/code/libs/linuxhmh/win32_handmade.cpp b/code/libs/linuxhmh/win32_handmade.cpp new file mode 120000 index 0000000..040801a --- /dev/null +++ b/code/libs/linuxhmh/win32_handmade.cpp @@ -0,0 +1 @@ +/home/aluc/proj/handmade/linuxhmh/win32_handmade.cpp \ No newline at end of file diff --git a/code/libs/linuxhmh/win32_handmade.h b/code/libs/linuxhmh/win32_handmade.h new file mode 120000 index 0000000..b2ecdef --- /dev/null +++ b/code/libs/linuxhmh/win32_handmade.h @@ -0,0 +1 @@ +/home/aluc/proj/handmade/linuxhmh/win32_handmade.h \ No newline at end of file -- cgit v1.2.3-70-g09d2