From f9af8ee18e81cbcd01a0a607abfd889abbe3066b Mon Sep 17 00:00:00 2001 From: Raymaekers Luca Date: Sun, 21 Sep 2025 21:22:21 +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_keysym_and_buttons.c | 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 + 9 files changed, 8 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_keysym_and_buttons.c 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/linuxhmh') diff --git a/code/libs/linuxhmh b/code/libs/linuxhmh deleted file mode 160000 index 36c8c66..0000000 --- a/code/libs/linuxhmh +++ /dev/null @@ -1 +0,0 @@ -Subproject commit 36c8c66d7e04d2a1b84630294cec3fb6dca90b22 diff --git a/code/libs/linuxhmh/handmade_platform.h b/code/libs/linuxhmh/handmade_platform.h new file mode 120000 index 0000000..204a369 --- /dev/null +++ b/code/libs/linuxhmh/handmade_platform.h @@ -0,0 +1 @@ +/home/void/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..6e24079 --- /dev/null +++ b/code/libs/linuxhmh/linux_handmade.cpp @@ -0,0 +1 @@ +/home/void/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..f9016b9 --- /dev/null +++ b/code/libs/linuxhmh/linux_handmade.h @@ -0,0 +1 @@ +/home/void/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..960481f --- /dev/null +++ b/code/libs/linuxhmh/linux_profile.h @@ -0,0 +1 @@ +/home/void/proj/handmade/linuxhmh/linux_profile.h \ No newline at end of file diff --git a/code/libs/linuxhmh/linux_x11_keysym_and_buttons.c b/code/libs/linuxhmh/linux_x11_keysym_and_buttons.c new file mode 120000 index 0000000..805eaeb --- /dev/null +++ b/code/libs/linuxhmh/linux_x11_keysym_and_buttons.c @@ -0,0 +1 @@ +/home/void/proj/handmade/linuxhmh/linux_x11_keysym_and_buttons.c \ 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..1e1dc00 --- /dev/null +++ b/code/libs/linuxhmh/linux_x11_keysyms_to_strings.c @@ -0,0 +1 @@ +/home/void/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..f8506bd --- /dev/null +++ b/code/libs/linuxhmh/win32_handmade.cpp @@ -0,0 +1 @@ +/home/void/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..94502d0 --- /dev/null +++ b/code/libs/linuxhmh/win32_handmade.h @@ -0,0 +1 @@ +/home/void/proj/handmade/linuxhmh/win32_handmade.h \ No newline at end of file -- cgit v1.2.3-70-g09d2