ft2-clone

Fasttracker 2 clone
Log | Files | Refs | README | LICENSE

commit 7ee04c402c64469fede8fd5ea99f6b6642eb5786
parent 6ff3af3b7aff68539e665ad9874fcb3267487434
Author: Olav Sørensen <olav.sorensen@live.no>
Date:   Sun, 16 Feb 2025 16:21:08 +0100

Windows/macOS: Updated SDL to v2.30.12

Diffstat:
Mrelease/macos/ft2-clone-macos.app/Contents/Frameworks/SDL2.framework/Headers | 0
Mrelease/macos/ft2-clone-macos.app/Contents/Frameworks/SDL2.framework/Resources | 0
Mrelease/macos/ft2-clone-macos.app/Contents/Frameworks/SDL2.framework/SDL2 | 0
Mrelease/macos/ft2-clone-macos.app/Contents/Frameworks/SDL2.framework/Versions/A/Headers/SDL.h | 2+-
Mrelease/macos/ft2-clone-macos.app/Contents/Frameworks/SDL2.framework/Versions/A/Headers/SDL_assert.h | 2+-
Mrelease/macos/ft2-clone-macos.app/Contents/Frameworks/SDL2.framework/Versions/A/Headers/SDL_atomic.h | 2+-
Mrelease/macos/ft2-clone-macos.app/Contents/Frameworks/SDL2.framework/Versions/A/Headers/SDL_audio.h | 2+-
Mrelease/macos/ft2-clone-macos.app/Contents/Frameworks/SDL2.framework/Versions/A/Headers/SDL_bits.h | 2+-
Mrelease/macos/ft2-clone-macos.app/Contents/Frameworks/SDL2.framework/Versions/A/Headers/SDL_blendmode.h | 2+-
Mrelease/macos/ft2-clone-macos.app/Contents/Frameworks/SDL2.framework/Versions/A/Headers/SDL_clipboard.h | 2+-
Mrelease/macos/ft2-clone-macos.app/Contents/Frameworks/SDL2.framework/Versions/A/Headers/SDL_config.h | 2+-
Mrelease/macos/ft2-clone-macos.app/Contents/Frameworks/SDL2.framework/Versions/A/Headers/SDL_config_macosx.h | 2+-
Mrelease/macos/ft2-clone-macos.app/Contents/Frameworks/SDL2.framework/Versions/A/Headers/SDL_copying.h | 2+-
Mrelease/macos/ft2-clone-macos.app/Contents/Frameworks/SDL2.framework/Versions/A/Headers/SDL_cpuinfo.h | 2+-
Mrelease/macos/ft2-clone-macos.app/Contents/Frameworks/SDL2.framework/Versions/A/Headers/SDL_endian.h | 2+-
Mrelease/macos/ft2-clone-macos.app/Contents/Frameworks/SDL2.framework/Versions/A/Headers/SDL_error.h | 2+-
Mrelease/macos/ft2-clone-macos.app/Contents/Frameworks/SDL2.framework/Versions/A/Headers/SDL_events.h | 2+-
Mrelease/macos/ft2-clone-macos.app/Contents/Frameworks/SDL2.framework/Versions/A/Headers/SDL_filesystem.h | 2+-
Mrelease/macos/ft2-clone-macos.app/Contents/Frameworks/SDL2.framework/Versions/A/Headers/SDL_gamecontroller.h | 2+-
Mrelease/macos/ft2-clone-macos.app/Contents/Frameworks/SDL2.framework/Versions/A/Headers/SDL_gesture.h | 2+-
Mrelease/macos/ft2-clone-macos.app/Contents/Frameworks/SDL2.framework/Versions/A/Headers/SDL_guid.h | 2+-
Mrelease/macos/ft2-clone-macos.app/Contents/Frameworks/SDL2.framework/Versions/A/Headers/SDL_haptic.h | 2+-
Mrelease/macos/ft2-clone-macos.app/Contents/Frameworks/SDL2.framework/Versions/A/Headers/SDL_hidapi.h | 2+-
Mrelease/macos/ft2-clone-macos.app/Contents/Frameworks/SDL2.framework/Versions/A/Headers/SDL_hints.h | 2+-
Mrelease/macos/ft2-clone-macos.app/Contents/Frameworks/SDL2.framework/Versions/A/Headers/SDL_joystick.h | 2+-
Mrelease/macos/ft2-clone-macos.app/Contents/Frameworks/SDL2.framework/Versions/A/Headers/SDL_keyboard.h | 2+-
Mrelease/macos/ft2-clone-macos.app/Contents/Frameworks/SDL2.framework/Versions/A/Headers/SDL_keycode.h | 2+-
Mrelease/macos/ft2-clone-macos.app/Contents/Frameworks/SDL2.framework/Versions/A/Headers/SDL_loadso.h | 2+-
Mrelease/macos/ft2-clone-macos.app/Contents/Frameworks/SDL2.framework/Versions/A/Headers/SDL_locale.h | 2+-
Mrelease/macos/ft2-clone-macos.app/Contents/Frameworks/SDL2.framework/Versions/A/Headers/SDL_log.h | 2+-
Mrelease/macos/ft2-clone-macos.app/Contents/Frameworks/SDL2.framework/Versions/A/Headers/SDL_main.h | 2+-
Mrelease/macos/ft2-clone-macos.app/Contents/Frameworks/SDL2.framework/Versions/A/Headers/SDL_messagebox.h | 2+-
Mrelease/macos/ft2-clone-macos.app/Contents/Frameworks/SDL2.framework/Versions/A/Headers/SDL_metal.h | 2+-
Mrelease/macos/ft2-clone-macos.app/Contents/Frameworks/SDL2.framework/Versions/A/Headers/SDL_misc.h | 2+-
Mrelease/macos/ft2-clone-macos.app/Contents/Frameworks/SDL2.framework/Versions/A/Headers/SDL_mouse.h | 2+-
Mrelease/macos/ft2-clone-macos.app/Contents/Frameworks/SDL2.framework/Versions/A/Headers/SDL_mutex.h | 2+-
Mrelease/macos/ft2-clone-macos.app/Contents/Frameworks/SDL2.framework/Versions/A/Headers/SDL_name.h | 2+-
Mrelease/macos/ft2-clone-macos.app/Contents/Frameworks/SDL2.framework/Versions/A/Headers/SDL_opengl.h | 2+-
Mrelease/macos/ft2-clone-macos.app/Contents/Frameworks/SDL2.framework/Versions/A/Headers/SDL_opengles.h | 2+-
Mrelease/macos/ft2-clone-macos.app/Contents/Frameworks/SDL2.framework/Versions/A/Headers/SDL_opengles2.h | 2+-
Mrelease/macos/ft2-clone-macos.app/Contents/Frameworks/SDL2.framework/Versions/A/Headers/SDL_pixels.h | 2+-
Mrelease/macos/ft2-clone-macos.app/Contents/Frameworks/SDL2.framework/Versions/A/Headers/SDL_platform.h | 2+-
Mrelease/macos/ft2-clone-macos.app/Contents/Frameworks/SDL2.framework/Versions/A/Headers/SDL_power.h | 2+-
Mrelease/macos/ft2-clone-macos.app/Contents/Frameworks/SDL2.framework/Versions/A/Headers/SDL_quit.h | 2+-
Mrelease/macos/ft2-clone-macos.app/Contents/Frameworks/SDL2.framework/Versions/A/Headers/SDL_rect.h | 2+-
Mrelease/macos/ft2-clone-macos.app/Contents/Frameworks/SDL2.framework/Versions/A/Headers/SDL_render.h | 2+-
Mrelease/macos/ft2-clone-macos.app/Contents/Frameworks/SDL2.framework/Versions/A/Headers/SDL_rwops.h | 2+-
Mrelease/macos/ft2-clone-macos.app/Contents/Frameworks/SDL2.framework/Versions/A/Headers/SDL_scancode.h | 2+-
Mrelease/macos/ft2-clone-macos.app/Contents/Frameworks/SDL2.framework/Versions/A/Headers/SDL_sensor.h | 2+-
Mrelease/macos/ft2-clone-macos.app/Contents/Frameworks/SDL2.framework/Versions/A/Headers/SDL_shape.h | 2+-
Mrelease/macos/ft2-clone-macos.app/Contents/Frameworks/SDL2.framework/Versions/A/Headers/SDL_stdinc.h | 2+-
Mrelease/macos/ft2-clone-macos.app/Contents/Frameworks/SDL2.framework/Versions/A/Headers/SDL_surface.h | 2+-
Mrelease/macos/ft2-clone-macos.app/Contents/Frameworks/SDL2.framework/Versions/A/Headers/SDL_system.h | 2+-
Mrelease/macos/ft2-clone-macos.app/Contents/Frameworks/SDL2.framework/Versions/A/Headers/SDL_syswm.h | 2+-
Mrelease/macos/ft2-clone-macos.app/Contents/Frameworks/SDL2.framework/Versions/A/Headers/SDL_thread.h | 2+-
Mrelease/macos/ft2-clone-macos.app/Contents/Frameworks/SDL2.framework/Versions/A/Headers/SDL_timer.h | 2+-
Mrelease/macos/ft2-clone-macos.app/Contents/Frameworks/SDL2.framework/Versions/A/Headers/SDL_touch.h | 2+-
Mrelease/macos/ft2-clone-macos.app/Contents/Frameworks/SDL2.framework/Versions/A/Headers/SDL_types.h | 2+-
Mrelease/macos/ft2-clone-macos.app/Contents/Frameworks/SDL2.framework/Versions/A/Headers/SDL_version.h | 4++--
Mrelease/macos/ft2-clone-macos.app/Contents/Frameworks/SDL2.framework/Versions/A/Headers/SDL_video.h | 2+-
Mrelease/macos/ft2-clone-macos.app/Contents/Frameworks/SDL2.framework/Versions/A/Headers/begin_code.h | 2+-
Mrelease/macos/ft2-clone-macos.app/Contents/Frameworks/SDL2.framework/Versions/A/Headers/close_code.h | 2+-
Mrelease/macos/ft2-clone-macos.app/Contents/Frameworks/SDL2.framework/Versions/A/Resources/Info.plist | 6+++---
Mrelease/macos/ft2-clone-macos.app/Contents/Frameworks/SDL2.framework/Versions/A/Resources/License.txt | 2+-
Mrelease/macos/ft2-clone-macos.app/Contents/Frameworks/SDL2.framework/Versions/A/SDL2 | 0
Mrelease/macos/ft2-clone-macos.app/Contents/Frameworks/SDL2.framework/Versions/A/_CodeSignature/CodeResources | 248++++++++++++++++++++++++++++++++++++++++----------------------------------------
Mrelease/macos/ft2-clone-macos.app/Contents/Frameworks/SDL2.framework/Versions/Current | 0
Mrelease/win32/SDL2.dll | 0
Mrelease/win64/SDL2.dll | 0
Mvs2019_project/ft2-clone/SDL2.dll | 0
Mvs2019_project/ft2-clone/sdl/LICENSE.txt | 2+-
Mvs2019_project/ft2-clone/sdl/include/SDL2/SDL.h | 2+-
Mvs2019_project/ft2-clone/sdl/include/SDL2/SDL_assert.h | 2+-
Mvs2019_project/ft2-clone/sdl/include/SDL2/SDL_atomic.h | 2+-
Mvs2019_project/ft2-clone/sdl/include/SDL2/SDL_audio.h | 2+-
Mvs2019_project/ft2-clone/sdl/include/SDL2/SDL_bits.h | 2+-
Mvs2019_project/ft2-clone/sdl/include/SDL2/SDL_blendmode.h | 2+-
Mvs2019_project/ft2-clone/sdl/include/SDL2/SDL_clipboard.h | 2+-
Mvs2019_project/ft2-clone/sdl/include/SDL2/SDL_config.h | 2+-
Dvs2019_project/ft2-clone/sdl/include/SDL2/SDL_config.h.in | 498-------------------------------------------------------------------------------
Mvs2019_project/ft2-clone/sdl/include/SDL2/SDL_config_android.h | 2+-
Mvs2019_project/ft2-clone/sdl/include/SDL2/SDL_config_emscripten.h | 2+-
Mvs2019_project/ft2-clone/sdl/include/SDL2/SDL_config_iphoneos.h | 2+-
Mvs2019_project/ft2-clone/sdl/include/SDL2/SDL_config_macosx.h | 2+-
Mvs2019_project/ft2-clone/sdl/include/SDL2/SDL_config_minimal.h | 2+-
Mvs2019_project/ft2-clone/sdl/include/SDL2/SDL_config_ngage.h | 2+-
Mvs2019_project/ft2-clone/sdl/include/SDL2/SDL_config_os2.h | 2+-
Mvs2019_project/ft2-clone/sdl/include/SDL2/SDL_config_pandora.h | 2+-
Mvs2019_project/ft2-clone/sdl/include/SDL2/SDL_config_windows.h | 2+-
Mvs2019_project/ft2-clone/sdl/include/SDL2/SDL_config_wingdk.h | 2+-
Mvs2019_project/ft2-clone/sdl/include/SDL2/SDL_config_winrt.h | 2+-
Mvs2019_project/ft2-clone/sdl/include/SDL2/SDL_config_xbox.h | 2+-
Mvs2019_project/ft2-clone/sdl/include/SDL2/SDL_copying.h | 2+-
Mvs2019_project/ft2-clone/sdl/include/SDL2/SDL_cpuinfo.h | 2+-
Mvs2019_project/ft2-clone/sdl/include/SDL2/SDL_egl.h | 2+-
Mvs2019_project/ft2-clone/sdl/include/SDL2/SDL_endian.h | 2+-
Mvs2019_project/ft2-clone/sdl/include/SDL2/SDL_error.h | 2+-
Mvs2019_project/ft2-clone/sdl/include/SDL2/SDL_events.h | 2+-
Mvs2019_project/ft2-clone/sdl/include/SDL2/SDL_filesystem.h | 2+-
Mvs2019_project/ft2-clone/sdl/include/SDL2/SDL_gamecontroller.h | 2+-
Mvs2019_project/ft2-clone/sdl/include/SDL2/SDL_gesture.h | 2+-
Mvs2019_project/ft2-clone/sdl/include/SDL2/SDL_guid.h | 2+-
Mvs2019_project/ft2-clone/sdl/include/SDL2/SDL_haptic.h | 2+-
Mvs2019_project/ft2-clone/sdl/include/SDL2/SDL_hidapi.h | 2+-
Mvs2019_project/ft2-clone/sdl/include/SDL2/SDL_hints.h | 2+-
Mvs2019_project/ft2-clone/sdl/include/SDL2/SDL_joystick.h | 2+-
Mvs2019_project/ft2-clone/sdl/include/SDL2/SDL_keyboard.h | 2+-
Mvs2019_project/ft2-clone/sdl/include/SDL2/SDL_keycode.h | 2+-
Mvs2019_project/ft2-clone/sdl/include/SDL2/SDL_loadso.h | 2+-
Mvs2019_project/ft2-clone/sdl/include/SDL2/SDL_locale.h | 2+-
Mvs2019_project/ft2-clone/sdl/include/SDL2/SDL_log.h | 2+-
Mvs2019_project/ft2-clone/sdl/include/SDL2/SDL_main.h | 2+-
Mvs2019_project/ft2-clone/sdl/include/SDL2/SDL_messagebox.h | 2+-
Mvs2019_project/ft2-clone/sdl/include/SDL2/SDL_metal.h | 2+-
Mvs2019_project/ft2-clone/sdl/include/SDL2/SDL_misc.h | 2+-
Mvs2019_project/ft2-clone/sdl/include/SDL2/SDL_mouse.h | 2+-
Mvs2019_project/ft2-clone/sdl/include/SDL2/SDL_mutex.h | 2+-
Mvs2019_project/ft2-clone/sdl/include/SDL2/SDL_name.h | 2+-
Mvs2019_project/ft2-clone/sdl/include/SDL2/SDL_opengl.h | 2+-
Mvs2019_project/ft2-clone/sdl/include/SDL2/SDL_opengles.h | 2+-
Mvs2019_project/ft2-clone/sdl/include/SDL2/SDL_opengles2.h | 2+-
Mvs2019_project/ft2-clone/sdl/include/SDL2/SDL_pixels.h | 2+-
Mvs2019_project/ft2-clone/sdl/include/SDL2/SDL_platform.h | 2+-
Mvs2019_project/ft2-clone/sdl/include/SDL2/SDL_power.h | 2+-
Mvs2019_project/ft2-clone/sdl/include/SDL2/SDL_quit.h | 2+-
Mvs2019_project/ft2-clone/sdl/include/SDL2/SDL_rect.h | 2+-
Mvs2019_project/ft2-clone/sdl/include/SDL2/SDL_render.h | 2+-
Mvs2019_project/ft2-clone/sdl/include/SDL2/SDL_rwops.h | 2+-
Mvs2019_project/ft2-clone/sdl/include/SDL2/SDL_scancode.h | 2+-
Mvs2019_project/ft2-clone/sdl/include/SDL2/SDL_sensor.h | 2+-
Mvs2019_project/ft2-clone/sdl/include/SDL2/SDL_shape.h | 2+-
Mvs2019_project/ft2-clone/sdl/include/SDL2/SDL_stdinc.h | 2+-
Mvs2019_project/ft2-clone/sdl/include/SDL2/SDL_surface.h | 2+-
Mvs2019_project/ft2-clone/sdl/include/SDL2/SDL_system.h | 2+-
Mvs2019_project/ft2-clone/sdl/include/SDL2/SDL_syswm.h | 2+-
Mvs2019_project/ft2-clone/sdl/include/SDL2/SDL_test.h | 2+-
Mvs2019_project/ft2-clone/sdl/include/SDL2/SDL_test_assert.h | 2+-
Mvs2019_project/ft2-clone/sdl/include/SDL2/SDL_test_common.h | 2+-
Mvs2019_project/ft2-clone/sdl/include/SDL2/SDL_test_compare.h | 2+-
Mvs2019_project/ft2-clone/sdl/include/SDL2/SDL_test_crc32.h | 2+-
Mvs2019_project/ft2-clone/sdl/include/SDL2/SDL_test_font.h | 2+-
Mvs2019_project/ft2-clone/sdl/include/SDL2/SDL_test_fuzzer.h | 2+-
Mvs2019_project/ft2-clone/sdl/include/SDL2/SDL_test_harness.h | 2+-
Mvs2019_project/ft2-clone/sdl/include/SDL2/SDL_test_images.h | 2+-
Mvs2019_project/ft2-clone/sdl/include/SDL2/SDL_test_log.h | 2+-
Mvs2019_project/ft2-clone/sdl/include/SDL2/SDL_test_md5.h | 2+-
Mvs2019_project/ft2-clone/sdl/include/SDL2/SDL_test_memory.h | 2+-
Mvs2019_project/ft2-clone/sdl/include/SDL2/SDL_test_random.h | 2+-
Mvs2019_project/ft2-clone/sdl/include/SDL2/SDL_thread.h | 2+-
Mvs2019_project/ft2-clone/sdl/include/SDL2/SDL_timer.h | 2+-
Mvs2019_project/ft2-clone/sdl/include/SDL2/SDL_touch.h | 2+-
Mvs2019_project/ft2-clone/sdl/include/SDL2/SDL_types.h | 2+-
Mvs2019_project/ft2-clone/sdl/include/SDL2/SDL_version.h | 4++--
Mvs2019_project/ft2-clone/sdl/include/SDL2/SDL_video.h | 2+-
Mvs2019_project/ft2-clone/sdl/include/SDL2/begin_code.h | 2+-
Mvs2019_project/ft2-clone/sdl/include/SDL2/close_code.h | 2+-
Mvs2019_project/ft2-clone/sdl/lib/SDL2.lib | 0
Mvs2019_project/ft2-clone/sdl/lib/SDL2main.lib | 0
Mvs2019_project/ft2-clone/sdl/lib64/SDL2.lib | 0
Mvs2019_project/ft2-clone/sdl/lib64/SDL2main.lib | 0
Mvs2019_project/x64/Debug/SDL2.dll | 0
161 files changed, 274 insertions(+), 772 deletions(-)

diff --git a/release/macos/ft2-clone-macos.app/Contents/Frameworks/SDL2.framework/Headers b/release/macos/ft2-clone-macos.app/Contents/Frameworks/SDL2.framework/Headers Binary files differ. diff --git a/release/macos/ft2-clone-macos.app/Contents/Frameworks/SDL2.framework/Resources b/release/macos/ft2-clone-macos.app/Contents/Frameworks/SDL2.framework/Resources Binary files differ. diff --git a/release/macos/ft2-clone-macos.app/Contents/Frameworks/SDL2.framework/SDL2 b/release/macos/ft2-clone-macos.app/Contents/Frameworks/SDL2.framework/SDL2 Binary files differ. diff --git a/release/macos/ft2-clone-macos.app/Contents/Frameworks/SDL2.framework/Versions/A/Headers/SDL.h b/release/macos/ft2-clone-macos.app/Contents/Frameworks/SDL2.framework/Versions/A/Headers/SDL.h @@ -1,6 +1,6 @@ /* Simple DirectMedia Layer - Copyright (C) 1997-2024 Sam Lantinga <slouken@libsdl.org> + Copyright (C) 1997-2025 Sam Lantinga <slouken@libsdl.org> This software is provided 'as-is', without any express or implied warranty. In no event will the authors be held liable for any damages diff --git a/release/macos/ft2-clone-macos.app/Contents/Frameworks/SDL2.framework/Versions/A/Headers/SDL_assert.h b/release/macos/ft2-clone-macos.app/Contents/Frameworks/SDL2.framework/Versions/A/Headers/SDL_assert.h @@ -1,6 +1,6 @@ /* Simple DirectMedia Layer - Copyright (C) 1997-2024 Sam Lantinga <slouken@libsdl.org> + Copyright (C) 1997-2025 Sam Lantinga <slouken@libsdl.org> This software is provided 'as-is', without any express or implied warranty. In no event will the authors be held liable for any damages diff --git a/release/macos/ft2-clone-macos.app/Contents/Frameworks/SDL2.framework/Versions/A/Headers/SDL_atomic.h b/release/macos/ft2-clone-macos.app/Contents/Frameworks/SDL2.framework/Versions/A/Headers/SDL_atomic.h @@ -1,6 +1,6 @@ /* Simple DirectMedia Layer - Copyright (C) 1997-2024 Sam Lantinga <slouken@libsdl.org> + Copyright (C) 1997-2025 Sam Lantinga <slouken@libsdl.org> This software is provided 'as-is', without any express or implied warranty. In no event will the authors be held liable for any damages diff --git a/release/macos/ft2-clone-macos.app/Contents/Frameworks/SDL2.framework/Versions/A/Headers/SDL_audio.h b/release/macos/ft2-clone-macos.app/Contents/Frameworks/SDL2.framework/Versions/A/Headers/SDL_audio.h @@ -1,6 +1,6 @@ /* Simple DirectMedia Layer - Copyright (C) 1997-2024 Sam Lantinga <slouken@libsdl.org> + Copyright (C) 1997-2025 Sam Lantinga <slouken@libsdl.org> This software is provided 'as-is', without any express or implied warranty. In no event will the authors be held liable for any damages diff --git a/release/macos/ft2-clone-macos.app/Contents/Frameworks/SDL2.framework/Versions/A/Headers/SDL_bits.h b/release/macos/ft2-clone-macos.app/Contents/Frameworks/SDL2.framework/Versions/A/Headers/SDL_bits.h @@ -1,6 +1,6 @@ /* Simple DirectMedia Layer - Copyright (C) 1997-2024 Sam Lantinga <slouken@libsdl.org> + Copyright (C) 1997-2025 Sam Lantinga <slouken@libsdl.org> This software is provided 'as-is', without any express or implied warranty. In no event will the authors be held liable for any damages diff --git a/release/macos/ft2-clone-macos.app/Contents/Frameworks/SDL2.framework/Versions/A/Headers/SDL_blendmode.h b/release/macos/ft2-clone-macos.app/Contents/Frameworks/SDL2.framework/Versions/A/Headers/SDL_blendmode.h @@ -1,6 +1,6 @@ /* Simple DirectMedia Layer - Copyright (C) 1997-2024 Sam Lantinga <slouken@libsdl.org> + Copyright (C) 1997-2025 Sam Lantinga <slouken@libsdl.org> This software is provided 'as-is', without any express or implied warranty. In no event will the authors be held liable for any damages diff --git a/release/macos/ft2-clone-macos.app/Contents/Frameworks/SDL2.framework/Versions/A/Headers/SDL_clipboard.h b/release/macos/ft2-clone-macos.app/Contents/Frameworks/SDL2.framework/Versions/A/Headers/SDL_clipboard.h @@ -1,6 +1,6 @@ /* Simple DirectMedia Layer - Copyright (C) 1997-2024 Sam Lantinga <slouken@libsdl.org> + Copyright (C) 1997-2025 Sam Lantinga <slouken@libsdl.org> This software is provided 'as-is', without any express or implied warranty. In no event will the authors be held liable for any damages diff --git a/release/macos/ft2-clone-macos.app/Contents/Frameworks/SDL2.framework/Versions/A/Headers/SDL_config.h b/release/macos/ft2-clone-macos.app/Contents/Frameworks/SDL2.framework/Versions/A/Headers/SDL_config.h @@ -1,6 +1,6 @@ /* Simple DirectMedia Layer - Copyright (C) 1997-2024 Sam Lantinga <slouken@libsdl.org> + Copyright (C) 1997-2025 Sam Lantinga <slouken@libsdl.org> This software is provided 'as-is', without any express or implied warranty. In no event will the authors be held liable for any damages diff --git a/release/macos/ft2-clone-macos.app/Contents/Frameworks/SDL2.framework/Versions/A/Headers/SDL_config_macosx.h b/release/macos/ft2-clone-macos.app/Contents/Frameworks/SDL2.framework/Versions/A/Headers/SDL_config_macosx.h @@ -1,6 +1,6 @@ /* Simple DirectMedia Layer - Copyright (C) 1997-2024 Sam Lantinga <slouken@libsdl.org> + Copyright (C) 1997-2025 Sam Lantinga <slouken@libsdl.org> This software is provided 'as-is', without any express or implied warranty. In no event will the authors be held liable for any damages diff --git a/release/macos/ft2-clone-macos.app/Contents/Frameworks/SDL2.framework/Versions/A/Headers/SDL_copying.h b/release/macos/ft2-clone-macos.app/Contents/Frameworks/SDL2.framework/Versions/A/Headers/SDL_copying.h @@ -1,6 +1,6 @@ /* Simple DirectMedia Layer - Copyright (C) 1997-2024 Sam Lantinga <slouken@libsdl.org> + Copyright (C) 1997-2025 Sam Lantinga <slouken@libsdl.org> This software is provided 'as-is', without any express or implied warranty. In no event will the authors be held liable for any damages diff --git a/release/macos/ft2-clone-macos.app/Contents/Frameworks/SDL2.framework/Versions/A/Headers/SDL_cpuinfo.h b/release/macos/ft2-clone-macos.app/Contents/Frameworks/SDL2.framework/Versions/A/Headers/SDL_cpuinfo.h @@ -1,6 +1,6 @@ /* Simple DirectMedia Layer - Copyright (C) 1997-2024 Sam Lantinga <slouken@libsdl.org> + Copyright (C) 1997-2025 Sam Lantinga <slouken@libsdl.org> This software is provided 'as-is', without any express or implied warranty. In no event will the authors be held liable for any damages diff --git a/release/macos/ft2-clone-macos.app/Contents/Frameworks/SDL2.framework/Versions/A/Headers/SDL_endian.h b/release/macos/ft2-clone-macos.app/Contents/Frameworks/SDL2.framework/Versions/A/Headers/SDL_endian.h @@ -1,6 +1,6 @@ /* Simple DirectMedia Layer - Copyright (C) 1997-2024 Sam Lantinga <slouken@libsdl.org> + Copyright (C) 1997-2025 Sam Lantinga <slouken@libsdl.org> This software is provided 'as-is', without any express or implied warranty. In no event will the authors be held liable for any damages diff --git a/release/macos/ft2-clone-macos.app/Contents/Frameworks/SDL2.framework/Versions/A/Headers/SDL_error.h b/release/macos/ft2-clone-macos.app/Contents/Frameworks/SDL2.framework/Versions/A/Headers/SDL_error.h @@ -1,6 +1,6 @@ /* Simple DirectMedia Layer - Copyright (C) 1997-2024 Sam Lantinga <slouken@libsdl.org> + Copyright (C) 1997-2025 Sam Lantinga <slouken@libsdl.org> This software is provided 'as-is', without any express or implied warranty. In no event will the authors be held liable for any damages diff --git a/release/macos/ft2-clone-macos.app/Contents/Frameworks/SDL2.framework/Versions/A/Headers/SDL_events.h b/release/macos/ft2-clone-macos.app/Contents/Frameworks/SDL2.framework/Versions/A/Headers/SDL_events.h @@ -1,6 +1,6 @@ /* Simple DirectMedia Layer - Copyright (C) 1997-2024 Sam Lantinga <slouken@libsdl.org> + Copyright (C) 1997-2025 Sam Lantinga <slouken@libsdl.org> This software is provided 'as-is', without any express or implied warranty. In no event will the authors be held liable for any damages diff --git a/release/macos/ft2-clone-macos.app/Contents/Frameworks/SDL2.framework/Versions/A/Headers/SDL_filesystem.h b/release/macos/ft2-clone-macos.app/Contents/Frameworks/SDL2.framework/Versions/A/Headers/SDL_filesystem.h @@ -1,6 +1,6 @@ /* Simple DirectMedia Layer - Copyright (C) 1997-2024 Sam Lantinga <slouken@libsdl.org> + Copyright (C) 1997-2025 Sam Lantinga <slouken@libsdl.org> This software is provided 'as-is', without any express or implied warranty. In no event will the authors be held liable for any damages diff --git a/release/macos/ft2-clone-macos.app/Contents/Frameworks/SDL2.framework/Versions/A/Headers/SDL_gamecontroller.h b/release/macos/ft2-clone-macos.app/Contents/Frameworks/SDL2.framework/Versions/A/Headers/SDL_gamecontroller.h @@ -1,6 +1,6 @@ /* Simple DirectMedia Layer - Copyright (C) 1997-2024 Sam Lantinga <slouken@libsdl.org> + Copyright (C) 1997-2025 Sam Lantinga <slouken@libsdl.org> This software is provided 'as-is', without any express or implied warranty. In no event will the authors be held liable for any damages diff --git a/release/macos/ft2-clone-macos.app/Contents/Frameworks/SDL2.framework/Versions/A/Headers/SDL_gesture.h b/release/macos/ft2-clone-macos.app/Contents/Frameworks/SDL2.framework/Versions/A/Headers/SDL_gesture.h @@ -1,6 +1,6 @@ /* Simple DirectMedia Layer - Copyright (C) 1997-2024 Sam Lantinga <slouken@libsdl.org> + Copyright (C) 1997-2025 Sam Lantinga <slouken@libsdl.org> This software is provided 'as-is', without any express or implied warranty. In no event will the authors be held liable for any damages diff --git a/release/macos/ft2-clone-macos.app/Contents/Frameworks/SDL2.framework/Versions/A/Headers/SDL_guid.h b/release/macos/ft2-clone-macos.app/Contents/Frameworks/SDL2.framework/Versions/A/Headers/SDL_guid.h @@ -1,6 +1,6 @@ /* Simple DirectMedia Layer - Copyright (C) 1997-2024 Sam Lantinga <slouken@libsdl.org> + Copyright (C) 1997-2025 Sam Lantinga <slouken@libsdl.org> This software is provided 'as-is', without any express or implied warranty. In no event will the authors be held liable for any damages diff --git a/release/macos/ft2-clone-macos.app/Contents/Frameworks/SDL2.framework/Versions/A/Headers/SDL_haptic.h b/release/macos/ft2-clone-macos.app/Contents/Frameworks/SDL2.framework/Versions/A/Headers/SDL_haptic.h @@ -1,6 +1,6 @@ /* Simple DirectMedia Layer - Copyright (C) 1997-2024 Sam Lantinga <slouken@libsdl.org> + Copyright (C) 1997-2025 Sam Lantinga <slouken@libsdl.org> This software is provided 'as-is', without any express or implied warranty. In no event will the authors be held liable for any damages diff --git a/release/macos/ft2-clone-macos.app/Contents/Frameworks/SDL2.framework/Versions/A/Headers/SDL_hidapi.h b/release/macos/ft2-clone-macos.app/Contents/Frameworks/SDL2.framework/Versions/A/Headers/SDL_hidapi.h @@ -1,6 +1,6 @@ /* Simple DirectMedia Layer - Copyright (C) 1997-2024 Sam Lantinga <slouken@libsdl.org> + Copyright (C) 1997-2025 Sam Lantinga <slouken@libsdl.org> This software is provided 'as-is', without any express or implied warranty. In no event will the authors be held liable for any damages diff --git a/release/macos/ft2-clone-macos.app/Contents/Frameworks/SDL2.framework/Versions/A/Headers/SDL_hints.h b/release/macos/ft2-clone-macos.app/Contents/Frameworks/SDL2.framework/Versions/A/Headers/SDL_hints.h @@ -1,6 +1,6 @@ /* Simple DirectMedia Layer - Copyright (C) 1997-2024 Sam Lantinga <slouken@libsdl.org> + Copyright (C) 1997-2025 Sam Lantinga <slouken@libsdl.org> This software is provided 'as-is', without any express or implied warranty. In no event will the authors be held liable for any damages diff --git a/release/macos/ft2-clone-macos.app/Contents/Frameworks/SDL2.framework/Versions/A/Headers/SDL_joystick.h b/release/macos/ft2-clone-macos.app/Contents/Frameworks/SDL2.framework/Versions/A/Headers/SDL_joystick.h @@ -1,6 +1,6 @@ /* Simple DirectMedia Layer - Copyright (C) 1997-2024 Sam Lantinga <slouken@libsdl.org> + Copyright (C) 1997-2025 Sam Lantinga <slouken@libsdl.org> This software is provided 'as-is', without any express or implied warranty. In no event will the authors be held liable for any damages diff --git a/release/macos/ft2-clone-macos.app/Contents/Frameworks/SDL2.framework/Versions/A/Headers/SDL_keyboard.h b/release/macos/ft2-clone-macos.app/Contents/Frameworks/SDL2.framework/Versions/A/Headers/SDL_keyboard.h @@ -1,6 +1,6 @@ /* Simple DirectMedia Layer - Copyright (C) 1997-2024 Sam Lantinga <slouken@libsdl.org> + Copyright (C) 1997-2025 Sam Lantinga <slouken@libsdl.org> This software is provided 'as-is', without any express or implied warranty. In no event will the authors be held liable for any damages diff --git a/release/macos/ft2-clone-macos.app/Contents/Frameworks/SDL2.framework/Versions/A/Headers/SDL_keycode.h b/release/macos/ft2-clone-macos.app/Contents/Frameworks/SDL2.framework/Versions/A/Headers/SDL_keycode.h @@ -1,6 +1,6 @@ /* Simple DirectMedia Layer - Copyright (C) 1997-2024 Sam Lantinga <slouken@libsdl.org> + Copyright (C) 1997-2025 Sam Lantinga <slouken@libsdl.org> This software is provided 'as-is', without any express or implied warranty. In no event will the authors be held liable for any damages diff --git a/release/macos/ft2-clone-macos.app/Contents/Frameworks/SDL2.framework/Versions/A/Headers/SDL_loadso.h b/release/macos/ft2-clone-macos.app/Contents/Frameworks/SDL2.framework/Versions/A/Headers/SDL_loadso.h @@ -1,6 +1,6 @@ /* Simple DirectMedia Layer - Copyright (C) 1997-2024 Sam Lantinga <slouken@libsdl.org> + Copyright (C) 1997-2025 Sam Lantinga <slouken@libsdl.org> This software is provided 'as-is', without any express or implied warranty. In no event will the authors be held liable for any damages diff --git a/release/macos/ft2-clone-macos.app/Contents/Frameworks/SDL2.framework/Versions/A/Headers/SDL_locale.h b/release/macos/ft2-clone-macos.app/Contents/Frameworks/SDL2.framework/Versions/A/Headers/SDL_locale.h @@ -1,6 +1,6 @@ /* Simple DirectMedia Layer - Copyright (C) 1997-2024 Sam Lantinga <slouken@libsdl.org> + Copyright (C) 1997-2025 Sam Lantinga <slouken@libsdl.org> This software is provided 'as-is', without any express or implied warranty. In no event will the authors be held liable for any damages diff --git a/release/macos/ft2-clone-macos.app/Contents/Frameworks/SDL2.framework/Versions/A/Headers/SDL_log.h b/release/macos/ft2-clone-macos.app/Contents/Frameworks/SDL2.framework/Versions/A/Headers/SDL_log.h @@ -1,6 +1,6 @@ /* Simple DirectMedia Layer - Copyright (C) 1997-2024 Sam Lantinga <slouken@libsdl.org> + Copyright (C) 1997-2025 Sam Lantinga <slouken@libsdl.org> This software is provided 'as-is', without any express or implied warranty. In no event will the authors be held liable for any damages diff --git a/release/macos/ft2-clone-macos.app/Contents/Frameworks/SDL2.framework/Versions/A/Headers/SDL_main.h b/release/macos/ft2-clone-macos.app/Contents/Frameworks/SDL2.framework/Versions/A/Headers/SDL_main.h @@ -1,6 +1,6 @@ /* Simple DirectMedia Layer - Copyright (C) 1997-2024 Sam Lantinga <slouken@libsdl.org> + Copyright (C) 1997-2025 Sam Lantinga <slouken@libsdl.org> This software is provided 'as-is', without any express or implied warranty. In no event will the authors be held liable for any damages diff --git a/release/macos/ft2-clone-macos.app/Contents/Frameworks/SDL2.framework/Versions/A/Headers/SDL_messagebox.h b/release/macos/ft2-clone-macos.app/Contents/Frameworks/SDL2.framework/Versions/A/Headers/SDL_messagebox.h @@ -1,6 +1,6 @@ /* Simple DirectMedia Layer - Copyright (C) 1997-2024 Sam Lantinga <slouken@libsdl.org> + Copyright (C) 1997-2025 Sam Lantinga <slouken@libsdl.org> This software is provided 'as-is', without any express or implied warranty. In no event will the authors be held liable for any damages diff --git a/release/macos/ft2-clone-macos.app/Contents/Frameworks/SDL2.framework/Versions/A/Headers/SDL_metal.h b/release/macos/ft2-clone-macos.app/Contents/Frameworks/SDL2.framework/Versions/A/Headers/SDL_metal.h @@ -1,6 +1,6 @@ /* Simple DirectMedia Layer - Copyright (C) 1997-2024 Sam Lantinga <slouken@libsdl.org> + Copyright (C) 1997-2025 Sam Lantinga <slouken@libsdl.org> This software is provided 'as-is', without any express or implied warranty. In no event will the authors be held liable for any damages diff --git a/release/macos/ft2-clone-macos.app/Contents/Frameworks/SDL2.framework/Versions/A/Headers/SDL_misc.h b/release/macos/ft2-clone-macos.app/Contents/Frameworks/SDL2.framework/Versions/A/Headers/SDL_misc.h @@ -1,6 +1,6 @@ /* Simple DirectMedia Layer - Copyright (C) 1997-2024 Sam Lantinga <slouken@libsdl.org> + Copyright (C) 1997-2025 Sam Lantinga <slouken@libsdl.org> This software is provided 'as-is', without any express or implied warranty. In no event will the authors be held liable for any damages diff --git a/release/macos/ft2-clone-macos.app/Contents/Frameworks/SDL2.framework/Versions/A/Headers/SDL_mouse.h b/release/macos/ft2-clone-macos.app/Contents/Frameworks/SDL2.framework/Versions/A/Headers/SDL_mouse.h @@ -1,6 +1,6 @@ /* Simple DirectMedia Layer - Copyright (C) 1997-2024 Sam Lantinga <slouken@libsdl.org> + Copyright (C) 1997-2025 Sam Lantinga <slouken@libsdl.org> This software is provided 'as-is', without any express or implied warranty. In no event will the authors be held liable for any damages diff --git a/release/macos/ft2-clone-macos.app/Contents/Frameworks/SDL2.framework/Versions/A/Headers/SDL_mutex.h b/release/macos/ft2-clone-macos.app/Contents/Frameworks/SDL2.framework/Versions/A/Headers/SDL_mutex.h @@ -1,6 +1,6 @@ /* Simple DirectMedia Layer - Copyright (C) 1997-2024 Sam Lantinga <slouken@libsdl.org> + Copyright (C) 1997-2025 Sam Lantinga <slouken@libsdl.org> This software is provided 'as-is', without any express or implied warranty. In no event will the authors be held liable for any damages diff --git a/release/macos/ft2-clone-macos.app/Contents/Frameworks/SDL2.framework/Versions/A/Headers/SDL_name.h b/release/macos/ft2-clone-macos.app/Contents/Frameworks/SDL2.framework/Versions/A/Headers/SDL_name.h @@ -1,6 +1,6 @@ /* Simple DirectMedia Layer - Copyright (C) 1997-2024 Sam Lantinga <slouken@libsdl.org> + Copyright (C) 1997-2025 Sam Lantinga <slouken@libsdl.org> This software is provided 'as-is', without any express or implied warranty. In no event will the authors be held liable for any damages diff --git a/release/macos/ft2-clone-macos.app/Contents/Frameworks/SDL2.framework/Versions/A/Headers/SDL_opengl.h b/release/macos/ft2-clone-macos.app/Contents/Frameworks/SDL2.framework/Versions/A/Headers/SDL_opengl.h @@ -1,6 +1,6 @@ /* Simple DirectMedia Layer - Copyright (C) 1997-2024 Sam Lantinga <slouken@libsdl.org> + Copyright (C) 1997-2025 Sam Lantinga <slouken@libsdl.org> This software is provided 'as-is', without any express or implied warranty. In no event will the authors be held liable for any damages diff --git a/release/macos/ft2-clone-macos.app/Contents/Frameworks/SDL2.framework/Versions/A/Headers/SDL_opengles.h b/release/macos/ft2-clone-macos.app/Contents/Frameworks/SDL2.framework/Versions/A/Headers/SDL_opengles.h @@ -1,6 +1,6 @@ /* Simple DirectMedia Layer - Copyright (C) 1997-2024 Sam Lantinga <slouken@libsdl.org> + Copyright (C) 1997-2025 Sam Lantinga <slouken@libsdl.org> This software is provided 'as-is', without any express or implied warranty. In no event will the authors be held liable for any damages diff --git a/release/macos/ft2-clone-macos.app/Contents/Frameworks/SDL2.framework/Versions/A/Headers/SDL_opengles2.h b/release/macos/ft2-clone-macos.app/Contents/Frameworks/SDL2.framework/Versions/A/Headers/SDL_opengles2.h @@ -1,6 +1,6 @@ /* Simple DirectMedia Layer - Copyright (C) 1997-2024 Sam Lantinga <slouken@libsdl.org> + Copyright (C) 1997-2025 Sam Lantinga <slouken@libsdl.org> This software is provided 'as-is', without any express or implied warranty. In no event will the authors be held liable for any damages diff --git a/release/macos/ft2-clone-macos.app/Contents/Frameworks/SDL2.framework/Versions/A/Headers/SDL_pixels.h b/release/macos/ft2-clone-macos.app/Contents/Frameworks/SDL2.framework/Versions/A/Headers/SDL_pixels.h @@ -1,6 +1,6 @@ /* Simple DirectMedia Layer - Copyright (C) 1997-2024 Sam Lantinga <slouken@libsdl.org> + Copyright (C) 1997-2025 Sam Lantinga <slouken@libsdl.org> This software is provided 'as-is', without any express or implied warranty. In no event will the authors be held liable for any damages diff --git a/release/macos/ft2-clone-macos.app/Contents/Frameworks/SDL2.framework/Versions/A/Headers/SDL_platform.h b/release/macos/ft2-clone-macos.app/Contents/Frameworks/SDL2.framework/Versions/A/Headers/SDL_platform.h @@ -1,6 +1,6 @@ /* Simple DirectMedia Layer - Copyright (C) 1997-2024 Sam Lantinga <slouken@libsdl.org> + Copyright (C) 1997-2025 Sam Lantinga <slouken@libsdl.org> This software is provided 'as-is', without any express or implied warranty. In no event will the authors be held liable for any damages diff --git a/release/macos/ft2-clone-macos.app/Contents/Frameworks/SDL2.framework/Versions/A/Headers/SDL_power.h b/release/macos/ft2-clone-macos.app/Contents/Frameworks/SDL2.framework/Versions/A/Headers/SDL_power.h @@ -1,6 +1,6 @@ /* Simple DirectMedia Layer - Copyright (C) 1997-2024 Sam Lantinga <slouken@libsdl.org> + Copyright (C) 1997-2025 Sam Lantinga <slouken@libsdl.org> This software is provided 'as-is', without any express or implied warranty. In no event will the authors be held liable for any damages diff --git a/release/macos/ft2-clone-macos.app/Contents/Frameworks/SDL2.framework/Versions/A/Headers/SDL_quit.h b/release/macos/ft2-clone-macos.app/Contents/Frameworks/SDL2.framework/Versions/A/Headers/SDL_quit.h @@ -1,6 +1,6 @@ /* Simple DirectMedia Layer - Copyright (C) 1997-2024 Sam Lantinga <slouken@libsdl.org> + Copyright (C) 1997-2025 Sam Lantinga <slouken@libsdl.org> This software is provided 'as-is', without any express or implied warranty. In no event will the authors be held liable for any damages diff --git a/release/macos/ft2-clone-macos.app/Contents/Frameworks/SDL2.framework/Versions/A/Headers/SDL_rect.h b/release/macos/ft2-clone-macos.app/Contents/Frameworks/SDL2.framework/Versions/A/Headers/SDL_rect.h @@ -1,6 +1,6 @@ /* Simple DirectMedia Layer - Copyright (C) 1997-2024 Sam Lantinga <slouken@libsdl.org> + Copyright (C) 1997-2025 Sam Lantinga <slouken@libsdl.org> This software is provided 'as-is', without any express or implied warranty. In no event will the authors be held liable for any damages diff --git a/release/macos/ft2-clone-macos.app/Contents/Frameworks/SDL2.framework/Versions/A/Headers/SDL_render.h b/release/macos/ft2-clone-macos.app/Contents/Frameworks/SDL2.framework/Versions/A/Headers/SDL_render.h @@ -1,6 +1,6 @@ /* Simple DirectMedia Layer - Copyright (C) 1997-2024 Sam Lantinga <slouken@libsdl.org> + Copyright (C) 1997-2025 Sam Lantinga <slouken@libsdl.org> This software is provided 'as-is', without any express or implied warranty. In no event will the authors be held liable for any damages diff --git a/release/macos/ft2-clone-macos.app/Contents/Frameworks/SDL2.framework/Versions/A/Headers/SDL_rwops.h b/release/macos/ft2-clone-macos.app/Contents/Frameworks/SDL2.framework/Versions/A/Headers/SDL_rwops.h @@ -1,6 +1,6 @@ /* Simple DirectMedia Layer - Copyright (C) 1997-2024 Sam Lantinga <slouken@libsdl.org> + Copyright (C) 1997-2025 Sam Lantinga <slouken@libsdl.org> This software is provided 'as-is', without any express or implied warranty. In no event will the authors be held liable for any damages diff --git a/release/macos/ft2-clone-macos.app/Contents/Frameworks/SDL2.framework/Versions/A/Headers/SDL_scancode.h b/release/macos/ft2-clone-macos.app/Contents/Frameworks/SDL2.framework/Versions/A/Headers/SDL_scancode.h @@ -1,6 +1,6 @@ /* Simple DirectMedia Layer - Copyright (C) 1997-2024 Sam Lantinga <slouken@libsdl.org> + Copyright (C) 1997-2025 Sam Lantinga <slouken@libsdl.org> This software is provided 'as-is', without any express or implied warranty. In no event will the authors be held liable for any damages diff --git a/release/macos/ft2-clone-macos.app/Contents/Frameworks/SDL2.framework/Versions/A/Headers/SDL_sensor.h b/release/macos/ft2-clone-macos.app/Contents/Frameworks/SDL2.framework/Versions/A/Headers/SDL_sensor.h @@ -1,6 +1,6 @@ /* Simple DirectMedia Layer - Copyright (C) 1997-2024 Sam Lantinga <slouken@libsdl.org> + Copyright (C) 1997-2025 Sam Lantinga <slouken@libsdl.org> This software is provided 'as-is', without any express or implied warranty. In no event will the authors be held liable for any damages diff --git a/release/macos/ft2-clone-macos.app/Contents/Frameworks/SDL2.framework/Versions/A/Headers/SDL_shape.h b/release/macos/ft2-clone-macos.app/Contents/Frameworks/SDL2.framework/Versions/A/Headers/SDL_shape.h @@ -1,6 +1,6 @@ /* Simple DirectMedia Layer - Copyright (C) 1997-2024 Sam Lantinga <slouken@libsdl.org> + Copyright (C) 1997-2025 Sam Lantinga <slouken@libsdl.org> This software is provided 'as-is', without any express or implied warranty. In no event will the authors be held liable for any damages diff --git a/release/macos/ft2-clone-macos.app/Contents/Frameworks/SDL2.framework/Versions/A/Headers/SDL_stdinc.h b/release/macos/ft2-clone-macos.app/Contents/Frameworks/SDL2.framework/Versions/A/Headers/SDL_stdinc.h @@ -1,6 +1,6 @@ /* Simple DirectMedia Layer - Copyright (C) 1997-2024 Sam Lantinga <slouken@libsdl.org> + Copyright (C) 1997-2025 Sam Lantinga <slouken@libsdl.org> This software is provided 'as-is', without any express or implied warranty. In no event will the authors be held liable for any damages diff --git a/release/macos/ft2-clone-macos.app/Contents/Frameworks/SDL2.framework/Versions/A/Headers/SDL_surface.h b/release/macos/ft2-clone-macos.app/Contents/Frameworks/SDL2.framework/Versions/A/Headers/SDL_surface.h @@ -1,6 +1,6 @@ /* Simple DirectMedia Layer - Copyright (C) 1997-2024 Sam Lantinga <slouken@libsdl.org> + Copyright (C) 1997-2025 Sam Lantinga <slouken@libsdl.org> This software is provided 'as-is', without any express or implied warranty. In no event will the authors be held liable for any damages diff --git a/release/macos/ft2-clone-macos.app/Contents/Frameworks/SDL2.framework/Versions/A/Headers/SDL_system.h b/release/macos/ft2-clone-macos.app/Contents/Frameworks/SDL2.framework/Versions/A/Headers/SDL_system.h @@ -1,6 +1,6 @@ /* Simple DirectMedia Layer - Copyright (C) 1997-2024 Sam Lantinga <slouken@libsdl.org> + Copyright (C) 1997-2025 Sam Lantinga <slouken@libsdl.org> This software is provided 'as-is', without any express or implied warranty. In no event will the authors be held liable for any damages diff --git a/release/macos/ft2-clone-macos.app/Contents/Frameworks/SDL2.framework/Versions/A/Headers/SDL_syswm.h b/release/macos/ft2-clone-macos.app/Contents/Frameworks/SDL2.framework/Versions/A/Headers/SDL_syswm.h @@ -1,6 +1,6 @@ /* Simple DirectMedia Layer - Copyright (C) 1997-2024 Sam Lantinga <slouken@libsdl.org> + Copyright (C) 1997-2025 Sam Lantinga <slouken@libsdl.org> This software is provided 'as-is', without any express or implied warranty. In no event will the authors be held liable for any damages diff --git a/release/macos/ft2-clone-macos.app/Contents/Frameworks/SDL2.framework/Versions/A/Headers/SDL_thread.h b/release/macos/ft2-clone-macos.app/Contents/Frameworks/SDL2.framework/Versions/A/Headers/SDL_thread.h @@ -1,6 +1,6 @@ /* Simple DirectMedia Layer - Copyright (C) 1997-2024 Sam Lantinga <slouken@libsdl.org> + Copyright (C) 1997-2025 Sam Lantinga <slouken@libsdl.org> This software is provided 'as-is', without any express or implied warranty. In no event will the authors be held liable for any damages diff --git a/release/macos/ft2-clone-macos.app/Contents/Frameworks/SDL2.framework/Versions/A/Headers/SDL_timer.h b/release/macos/ft2-clone-macos.app/Contents/Frameworks/SDL2.framework/Versions/A/Headers/SDL_timer.h @@ -1,6 +1,6 @@ /* Simple DirectMedia Layer - Copyright (C) 1997-2024 Sam Lantinga <slouken@libsdl.org> + Copyright (C) 1997-2025 Sam Lantinga <slouken@libsdl.org> This software is provided 'as-is', without any express or implied warranty. In no event will the authors be held liable for any damages diff --git a/release/macos/ft2-clone-macos.app/Contents/Frameworks/SDL2.framework/Versions/A/Headers/SDL_touch.h b/release/macos/ft2-clone-macos.app/Contents/Frameworks/SDL2.framework/Versions/A/Headers/SDL_touch.h @@ -1,6 +1,6 @@ /* Simple DirectMedia Layer - Copyright (C) 1997-2024 Sam Lantinga <slouken@libsdl.org> + Copyright (C) 1997-2025 Sam Lantinga <slouken@libsdl.org> This software is provided 'as-is', without any express or implied warranty. In no event will the authors be held liable for any damages diff --git a/release/macos/ft2-clone-macos.app/Contents/Frameworks/SDL2.framework/Versions/A/Headers/SDL_types.h b/release/macos/ft2-clone-macos.app/Contents/Frameworks/SDL2.framework/Versions/A/Headers/SDL_types.h @@ -1,6 +1,6 @@ /* Simple DirectMedia Layer - Copyright (C) 1997-2024 Sam Lantinga <slouken@libsdl.org> + Copyright (C) 1997-2025 Sam Lantinga <slouken@libsdl.org> This software is provided 'as-is', without any express or implied warranty. In no event will the authors be held liable for any damages diff --git a/release/macos/ft2-clone-macos.app/Contents/Frameworks/SDL2.framework/Versions/A/Headers/SDL_version.h b/release/macos/ft2-clone-macos.app/Contents/Frameworks/SDL2.framework/Versions/A/Headers/SDL_version.h @@ -1,6 +1,6 @@ /* Simple DirectMedia Layer - Copyright (C) 1997-2024 Sam Lantinga <slouken@libsdl.org> + Copyright (C) 1997-2025 Sam Lantinga <slouken@libsdl.org> This software is provided 'as-is', without any express or implied warranty. In no event will the authors be held liable for any damages @@ -59,7 +59,7 @@ typedef struct SDL_version */ #define SDL_MAJOR_VERSION 2 #define SDL_MINOR_VERSION 30 -#define SDL_PATCHLEVEL 10 +#define SDL_PATCHLEVEL 12 /** * Macro to determine SDL version program was compiled against. diff --git a/release/macos/ft2-clone-macos.app/Contents/Frameworks/SDL2.framework/Versions/A/Headers/SDL_video.h b/release/macos/ft2-clone-macos.app/Contents/Frameworks/SDL2.framework/Versions/A/Headers/SDL_video.h @@ -1,6 +1,6 @@ /* Simple DirectMedia Layer - Copyright (C) 1997-2024 Sam Lantinga <slouken@libsdl.org> + Copyright (C) 1997-2025 Sam Lantinga <slouken@libsdl.org> This software is provided 'as-is', without any express or implied warranty. In no event will the authors be held liable for any damages diff --git a/release/macos/ft2-clone-macos.app/Contents/Frameworks/SDL2.framework/Versions/A/Headers/begin_code.h b/release/macos/ft2-clone-macos.app/Contents/Frameworks/SDL2.framework/Versions/A/Headers/begin_code.h @@ -1,6 +1,6 @@ /* Simple DirectMedia Layer - Copyright (C) 1997-2024 Sam Lantinga <slouken@libsdl.org> + Copyright (C) 1997-2025 Sam Lantinga <slouken@libsdl.org> This software is provided 'as-is', without any express or implied warranty. In no event will the authors be held liable for any damages diff --git a/release/macos/ft2-clone-macos.app/Contents/Frameworks/SDL2.framework/Versions/A/Headers/close_code.h b/release/macos/ft2-clone-macos.app/Contents/Frameworks/SDL2.framework/Versions/A/Headers/close_code.h @@ -1,6 +1,6 @@ /* Simple DirectMedia Layer - Copyright (C) 1997-2024 Sam Lantinga <slouken@libsdl.org> + Copyright (C) 1997-2025 Sam Lantinga <slouken@libsdl.org> This software is provided 'as-is', without any express or implied warranty. In no event will the authors be held liable for any damages diff --git a/release/macos/ft2-clone-macos.app/Contents/Frameworks/SDL2.framework/Versions/A/Resources/Info.plist b/release/macos/ft2-clone-macos.app/Contents/Frameworks/SDL2.framework/Versions/A/Resources/Info.plist @@ -3,7 +3,7 @@ <plist version="1.0"> <dict> <key>BuildMachineOSBuild</key> - <string>23H222</string> + <string>23H311</string> <key>CFBundleDevelopmentRegion</key> <string>English</string> <key>CFBundleExecutable</key> @@ -19,7 +19,7 @@ <key>CFBundlePackageType</key> <string>FMWK</string> <key>CFBundleShortVersionString</key> - <string>2.30.10</string> + <string>2.30.12</string> <key>CFBundleSignature</key> <string>SDLX</string> <key>CFBundleSupportedPlatforms</key> @@ -27,7 +27,7 @@ <string>MacOSX</string> </array> <key>CFBundleVersion</key> - <string>2.30.10</string> + <string>2.30.12</string> <key>DTCompiler</key> <string>com.apple.compilers.llvm.clang.1_0</string> <key>DTPlatformBuild</key> diff --git a/release/macos/ft2-clone-macos.app/Contents/Frameworks/SDL2.framework/Versions/A/Resources/License.txt b/release/macos/ft2-clone-macos.app/Contents/Frameworks/SDL2.framework/Versions/A/Resources/License.txt @@ -1,6 +1,6 @@ Simple DirectMedia Layer -Copyright (C) 1997-2024 Sam Lantinga <slouken@libsdl.org> +Copyright (C) 1997-2025 Sam Lantinga <slouken@libsdl.org> This software is provided 'as-is', without any express or implied warranty. In no event will the authors be held liable for any damages diff --git a/release/macos/ft2-clone-macos.app/Contents/Frameworks/SDL2.framework/Versions/A/SDL2 b/release/macos/ft2-clone-macos.app/Contents/Frameworks/SDL2.framework/Versions/A/SDL2 Binary files differ. diff --git a/release/macos/ft2-clone-macos.app/Contents/Frameworks/SDL2.framework/Versions/A/_CodeSignature/CodeResources b/release/macos/ft2-clone-macos.app/Contents/Frameworks/SDL2.framework/Versions/A/_CodeSignature/CodeResources @@ -14,11 +14,11 @@ </data> <key>Resources/Info.plist</key> <data> - psBFNKMxE1lQbuBYANGXFzReZ9g= + jESzPNfAE68YVYa1JqAGzzZlVgk= </data> <key>Resources/License.txt</key> <data> - A8VTYHTg+gsOssUp337xdGbdHW0= + KX1rSrXSX56fKz5R5KaZfmWONHY= </data> <key>Resources/ReadMe.txt</key> <data> @@ -35,385 +35,385 @@ <dict> <key>hash</key> <data> - Lfl2hNX45Yauw4rksgqb/XdphDk= + szoTZ+UW6M4zlTQFrRMblKZbAy0= </data> <key>hash2</key> <data> - 5ZHTKNpFq6FjJ9eAzN+z9MzYhRUuH9A2ld+654PJGxA= + bW2HEtw13tGn38QlBSvwA6gqlSHRuiD+dJmGvPkelmU= </data> </dict> <key>Headers/SDL_assert.h</key> <dict> <key>hash</key> <data> - pYW903dbT5whp+Qrix78+qX0jwE= + rIyJvCWybknhk6vSENqN18jIXXA= </data> <key>hash2</key> <data> - 8rHzmD0mEbISieyXtdyAKk4sVsPwozGVXxO+fPUcwh4= + 2g8v9qkDCkSpBiAmIM4CuT20SJU21cGGNdPzoxI7XZY= </data> </dict> <key>Headers/SDL_atomic.h</key> <dict> <key>hash</key> <data> - kmlvyb/D7tTnqB5/SPn+uzEVwWo= + n7wOXwjIdrZYkzJyuv/Y+Iz+wkg= </data> <key>hash2</key> <data> - jKCpopkvsvgFD4Kw3f33cJ/NnrINF539gONibFVIB9Q= + qmxBKFsgCFIVc8om5S815bks2PaEknnPcjSIamG4edk= </data> </dict> <key>Headers/SDL_audio.h</key> <dict> <key>hash</key> <data> - wqkK8HYwYj1T7tvf9G86kUsQfXc= + poAS7VnlUFhxdrBEKFP4EvukNUU= </data> <key>hash2</key> <data> - ZECjsTuBMJKkK+yrAqHruMAJ1Dnk0CN4Uj7isjWLvAU= + Tsdxv5wWcs2R359gukhwdjDEUXCs80rfKHUudM9L/NY= </data> </dict> <key>Headers/SDL_bits.h</key> <dict> <key>hash</key> <data> - vq8tkT27C0LpOpam3jt6SPKcF38= + ZIGoNNpWlYXPn4pUApnxGg2zXSs= </data> <key>hash2</key> <data> - ThaIbzANB0DHeg/muc+XlpzRJ/gquRny6eg+T3/AZRo= + 5oKpBJOEvM17BJXzxC/YQhhCoW2RD6ZZe22I0cPz7lc= </data> </dict> <key>Headers/SDL_blendmode.h</key> <dict> <key>hash</key> <data> - UJ3UsJ8PkmGKXFMsWbGjktY/McY= + VM6EnTGffUqd6Nqmue+3NLj8Wq0= </data> <key>hash2</key> <data> - 4fn7qawnnPu+HK3N6XAbRESMCm0k6OKgh/swb9XhboI= + xkHYVT2V/aQU64IgEtGDbEbqaBVlScaGPY4h29/ZGU8= </data> </dict> <key>Headers/SDL_clipboard.h</key> <dict> <key>hash</key> <data> - RnO4GfCniF8MlqHGKKb46VIosQc= + U8R4Lp+xppbP1QXWGc+NQPKcTKQ= </data> <key>hash2</key> <data> - Wz9oWs2a8ZN4QUrt0nEcldfa+eZpXfIcDToxBX1KzfI= + rpwSMt3xs+tfmYr5oSYxJYE/Airao0Merl7SdMQBz0w= </data> </dict> <key>Headers/SDL_config.h</key> <dict> <key>hash</key> <data> - ER627OINXZReUtB0UvhF/JFlrFk= + DsoHCm+xZ9YPKm8rb+A0i3/aRyM= </data> <key>hash2</key> <data> - 1anVcKcfwQrtjHH7cteXCA5OCcOgmB7EFfDnCb+gSZk= + 5mMRwuIB32Sk1g4B7rFzZRn7FG6U+iHS6khOAucoLFM= </data> </dict> <key>Headers/SDL_config_macosx.h</key> <dict> <key>hash</key> <data> - oU+969jqvMDgqHV1WA4yZm1gr9k= + GlLgLXuBTBmhZyraeiSZZfvLusQ= </data> <key>hash2</key> <data> - c9+monw3gWrEZOhytKTuc1hSbhEo+HiCBZ4jJOpjg+M= + ouwOfhautxowjLZuYmCpXZ89bZkmIoOrawg13ReI0vE= </data> </dict> <key>Headers/SDL_copying.h</key> <dict> <key>hash</key> <data> - eMSBsshKdTT5uzXvgxE8eZJnqU0= + 7PsNEqTRutlWBeYrk5he8dfe/wA= </data> <key>hash2</key> <data> - 8rjaG1pCV5vum9i9zkW6VPXHWLgTjYk+LetUSsfhdho= + P5C+RwwY+Z9K7zlETpN07boWbP6xuQ+Z81KGzDOSRkI= </data> </dict> <key>Headers/SDL_cpuinfo.h</key> <dict> <key>hash</key> <data> - RzJruo8ktMeBPUMnBCmlnP88g10= + cHwIsNWoaM5oT9ErxuvCSDDXLHA= </data> <key>hash2</key> <data> - SHQnpBJWO9cChWzih9hY5Kcg46q2pfBqbxrhQ8L/IsI= + hKt0HxrpiGrTEB12/thJmpdlbDQ2JtZdcnC/hH0TT5w= </data> </dict> <key>Headers/SDL_endian.h</key> <dict> <key>hash</key> <data> - a0rFYa+ZaAeCp1OLc1MUigSxv3I= + 90rCMZNthI+iguNWrit8fVSPjsM= </data> <key>hash2</key> <data> - KzsbIelOUqvXltchBHLBt2FYxr6ECXOXllAo8I4cgJQ= + YSBWifRu40lnlyJekPyT1ideEfog865npUsdSLtRh/A= </data> </dict> <key>Headers/SDL_error.h</key> <dict> <key>hash</key> <data> - 6FbRl5QI1EDOgcFrO88vwobsvgk= + h6fXKviOtmcCQIkqzwjMAtC7I7w= </data> <key>hash2</key> <data> - UK6Fy7gMMKetaQ8oLxZ5/YjRDBnehbSYWdS5NU+0bT8= + p4CBIXT/A+jDRwtHaUH3xB0bwNV0aJ/e9jqSexmtG2c= </data> </dict> <key>Headers/SDL_events.h</key> <dict> <key>hash</key> <data> - DjRO2l0fKHz9CqTSSEjZmJfk9EQ= + OCy3CH+HASANGBaV5Nu/qet8ML8= </data> <key>hash2</key> <data> - D9kT1tG6R/HNm/q288zZFC6ukV75D69FcWgwYsnc8fc= + bNPw20oLa45oKb93b7PaRFgBXrnx93opB0J8KktsYIE= </data> </dict> <key>Headers/SDL_filesystem.h</key> <dict> <key>hash</key> <data> - V8DtkwjBL6IAXnY3x3Y3GBN5V/g= + qfFFwMlK9JJLK43hGykgojoAsik= </data> <key>hash2</key> <data> - 0dS4S8y/h4M5KPReX8OBpo3gpKeCLfH7QvK3hnL0Z3Y= + Mo+N4byz35KXr7OpoEXNnIlHUFbhUPrp7mcJOUH0yvw= </data> </dict> <key>Headers/SDL_gamecontroller.h</key> <dict> <key>hash</key> <data> - JpK2cxtJKHW3otMI+J0LB9HKV0I= + hc3zeQXp9ZWClvAWbSFLPfxaYZg= </data> <key>hash2</key> <data> - 05DHXySUkbPAFsZ06PH81S+gw42DJijM4g5o8b7GhdI= + tApp2V4YNcSI1EKEXWbNgVkXEqrCfpXOP76ympkShlg= </data> </dict> <key>Headers/SDL_gesture.h</key> <dict> <key>hash</key> <data> - jU1rTN3CXe1BxlIBiYoxftM6MYY= + uzP8E0LPqR5s3nir8tN5uIvPB14= </data> <key>hash2</key> <data> - mgTChHVZZGYvTqJ1zFxt+PZbfvlOAXp1UoiPQtFcsVQ= + LqlvJygqx6CgQ/7V4j3X8I9oBzD6upSqiNQc4chNQs4= </data> </dict> <key>Headers/SDL_guid.h</key> <dict> <key>hash</key> <data> - L3CGapDqXLCS7ZfawgCKGbSjFQQ= + hmhZ70ul+daU2/X6QcLpFsZWcNE= </data> <key>hash2</key> <data> - qUA3cQGQCyMg0ipdfCbjASvzYDj0Zx7H5ffPcvWfwVw= + 0ak+kH41rPl6mJ7/e4DxbksZ0mo0FkC1l1gQBU5sVzQ= </data> </dict> <key>Headers/SDL_haptic.h</key> <dict> <key>hash</key> <data> - 701dA7tkS7/YfKQufm9k5x1xP8Q= + 2SW7LfyRaUAv3iO6Gg8x82UQPnk= </data> <key>hash2</key> <data> - ItVljPsplw8TGMOYCO77lZsUfVph375JnUCb+ne/SwY= + VSTYzwTdPnxWbeRwnam7P6hXOkkuGsjxEtv34lksIfM= </data> </dict> <key>Headers/SDL_hidapi.h</key> <dict> <key>hash</key> <data> - 0fdfgesRdg1vKFY634kkFiZ98Ng= + wys7GscP2S3hOuBJaX7Zs1rdABY= </data> <key>hash2</key> <data> - ePZqkV6EC8UOvqW8YdC6QIqQj1WT+hV8A+iuyMBkTEM= + EFTAY5N/RDQ/l28iXt6YU82o4wQfksEvg9NHCe87wiQ= </data> </dict> <key>Headers/SDL_hints.h</key> <dict> <key>hash</key> <data> - enJz/y9Kq25SdPiDoBP7yR86jo4= + 8grraRkgHQCHCeiTiFmmdVxOnyA= </data> <key>hash2</key> <data> - gxFXZAIhlPaEbPerAgtEJYDawHaM5Y3B1Ns/t6Hr49A= + AvgwtPXKim1Z0DtKiaBF5gErJem9LXMXEQ0mXFTD29Y= </data> </dict> <key>Headers/SDL_joystick.h</key> <dict> <key>hash</key> <data> - 4eEXgUywylmhoIROKbFvo6QNEBc= + TpEuc3Jj0ZNykIfsJzn5u+eDRKc= </data> <key>hash2</key> <data> - rdkA+JE+3rkS7e6NHALOLiT5fVjruYpmaEY1q5fD3v0= + RCaBlGhjqJhVypyXq7qibu9CY0LVoabsd3EHwkETjbU= </data> </dict> <key>Headers/SDL_keyboard.h</key> <dict> <key>hash</key> <data> - O8EeqERllEiSUVekqaGWTi+08SE= + g+MPSprjm7vcMsMd/wLkdd9NrU4= </data> <key>hash2</key> <data> - YY8QUjagHNuyjj7+A2likirYjtVGBLRrLaiL3XFF6pI= + 90sol8kJnKmwp1A7cSjHjF97xEjGliZgL4XRAVwRp2I= </data> </dict> <key>Headers/SDL_keycode.h</key> <dict> <key>hash</key> <data> - 4M4+qKPCh8Nt9KMtKXhGfEHHGfA= + K1YmjsaJPtnAbzM0NtV+49y5ij4= </data> <key>hash2</key> <data> - RMfX8LUIJxh/jsaJU/xByIJkjv0Ad106DFZHsZv8pbM= + ejuRyCNpmBcZPDN7TVguQ9bnjKrixfZBAnHuu27+2hU= </data> </dict> <key>Headers/SDL_loadso.h</key> <dict> <key>hash</key> <data> - Asx7u68oasK39D4GZW1/srAylls= + CMc5En/AnoWgyx3aLIoSGCFh/jA= </data> <key>hash2</key> <data> - RiRV45B7euwlx+hcq4qKfEFmHNSH1mkstcUpTVvYSSs= + 6FlCQsL/t9rotWnnRwIp0W9T4Nx6bY+Y3Slfn54kWWU= </data> </dict> <key>Headers/SDL_locale.h</key> <dict> <key>hash</key> <data> - nRgzIlI3HM0T/WNjLJJEi38OPMo= + Ns0HLxFujODEB/R96m+GovJ26C4= </data> <key>hash2</key> <data> - EMRbgbDbQ+odh3x2XBIyspvdqB2kra0FOf74BrGKgPY= + qYrdic2N30C0i6VaXgTjOAUK96ZppaLI/D2X37s1WFI= </data> </dict> <key>Headers/SDL_log.h</key> <dict> <key>hash</key> <data> - tAwHSPVWPAZGWPtCSUlHq3JdvyA= + 6kYjboxWHr/OWH2wjc9kOyMN5Q0= </data> <key>hash2</key> <data> - VMaId0hYgkcr2YDH2N33c0i38gPrs9+L/ANMpAiny9g= + 1qRi5NQkl7LG3RiMF7Hma9NdikGlSK+U/wrtVz0r0BE= </data> </dict> <key>Headers/SDL_main.h</key> <dict> <key>hash</key> <data> - lykTlv+S6hpMWHZrRgY1mlpO2Wg= + fcGrpNPxH380Jq7ZnPzdwa1KbWE= </data> <key>hash2</key> <data> - LxrUoSwibHgYszYJXkUxZNBHRVOQWyteyv+bar2Dq5Y= + dpFEnHvFCDQ0zn8PLGsZJ9raacYsCVeV0EESDv4jdjg= </data> </dict> <key>Headers/SDL_messagebox.h</key> <dict> <key>hash</key> <data> - 9nzIVO7dY406xCHa2KEIJcO1+j4= + PncaWDlEQvYS9yr8gAOrW1E5C7U= </data> <key>hash2</key> <data> - YU77COq8qX9fvy6hzGxakm44tOIAv/7OsoAKTdF6Az8= + 75/uf2pgUcYzuu9q/wH/0Lrw28eFAXKk4EJSARuaPlc= </data> </dict> <key>Headers/SDL_metal.h</key> <dict> <key>hash</key> <data> - l3WpnmYNTFJDOc4VfGpqDOzca2A= + A6LJSU5rn6dAFNKKfx+k2KETKZw= </data> <key>hash2</key> <data> - 23emwjTJmRlFUl0ONQTFOXiwp5rZigMgRoNpVs+/3+8= + UOhX5Cr2WkRCSjrQ//B0XfYajA9m70rRlVMdIVSS8Ug= </data> </dict> <key>Headers/SDL_misc.h</key> <dict> <key>hash</key> <data> - jRjlVh5Vv0djqm/W/za7thtYCqA= + sXjqdYBIrnK8e/od5QQ6xwxgOkw= </data> <key>hash2</key> <data> - ccGvw3H5qbNv1VNvV/f6zgzu62kpdXFy+r3mqfrVeBQ= + ltOY0ilt30GRNyuE7T2AW94K97CAE6s4wLZdpLDVIls= </data> </dict> <key>Headers/SDL_mouse.h</key> <dict> <key>hash</key> <data> - Gm6qznp86I5NOFZmRjhrT++5TBk= + MmWu0BJarAuo75epPR/XXrVP2Ic= </data> <key>hash2</key> <data> - gwvY1lfpF7M2HbTITBi8QZI+tbgVNvI9O1NxtoxBoRc= + bF5OAcFh2FLZAWCOxbcAyHd1VcTgaUUE/Ekg566Q+IA= </data> </dict> <key>Headers/SDL_mutex.h</key> <dict> <key>hash</key> <data> - 9vbOLsFVFElR47I5TtXjf4pedQo= + gCz3Nv9EzRbH6H8P1AwUlu/OIZ8= </data> <key>hash2</key> <data> - ffswmnD3jDjyU8iH7L06flM6p819OSNl8NEcZ4kHjoA= + g4nhEgVsnXaaodfdhR0GJly8Xq82AlVx/8andTSlS4U= </data> </dict> <key>Headers/SDL_name.h</key> <dict> <key>hash</key> <data> - cnC/QF1H86przORFvDObebgj5EA= + f29xmTe3SPKpaOPghsKTawVSasI= </data> <key>hash2</key> <data> - 9fbQrzTVlIE/DhtOXfxt0UmZ0XXGnb8fBspcvPpqzcg= + /cbGSHNCIChQVq2LgnNRHHXVvgDRf8HqPrTAZSaxP6M= </data> </dict> <key>Headers/SDL_opengl.h</key> <dict> <key>hash</key> <data> - fQnZ5+4QU4D2hdgVZbuajaBHPcs= + Q90bBafFHszLeE8yBNeHm12QdlQ= </data> <key>hash2</key> <data> - 2Ctx+UxI6AbjN3VC0IHf0VO8wTUUi3B3sEMe/Kw7JUo= + BPd3egmtGYAVuwj0YHngqICGDqQy3Nzh/8NTTHD0yAY= </data> </dict> <key>Headers/SDL_opengl_glext.h</key> @@ -431,22 +431,22 @@ <dict> <key>hash</key> <data> - qc/icyfTwVqep3xCBWgeJfq0XXU= + n4pNuXLYivjIgXTeEtm8ZQ6qKnk= </data> <key>hash2</key> <data> - lxKvbpPsHmGoSaeXFm2q1chRJyxVms+CzAJvRtK637k= + e/2z/uWUAJUOn6BiAvYcFJzzuPANQw+V1f+PlKxOu1U= </data> </dict> <key>Headers/SDL_opengles2.h</key> <dict> <key>hash</key> <data> - jPiOGyiIm0zNA2ktCXPlPZSRNOA= + z4dMiAEn9NQnUdUMteX76RJ6N5M= </data> <key>hash2</key> <data> - gz/JKk8t4jDIXWlHuYzPYJMnYJoVRKMaEGKxYB69dHA= + /y6K6JOn+tGufX9VQj1HRct0mtVv1OsrLB/V60KuRwM= </data> </dict> <key>Headers/SDL_opengles2_gl2.h</key> @@ -497,66 +497,66 @@ <dict> <key>hash</key> <data> - MYcJ6ZiKAY8zdgCwA/FlUbT5a/4= + 1fIwoEe2ktQb6D5A7PQ7mi2Oqec= </data> <key>hash2</key> <data> - k/Hwy+Me3zpo9gYWt1cxsQAkMKtg8FS2oZLB5H1IHms= + 7geaawuRwA91yelwtNBEl0b/VR+r/CSr84vVYa1YIM4= </data> </dict> <key>Headers/SDL_platform.h</key> <dict> <key>hash</key> <data> - bH/oQ0Uds7ktuIR3ri3CrKrbiHk= + F8OSz+awKv1XDtEakTW8vo55/Vs= </data> <key>hash2</key> <data> - 5JZ09EpO7JI8dmIr//wuD70hXoeE4B8sWn3H8iavLF8= + SNI/VCAQ35ReFL9qF5xj8Lhu4a/Prm53nTK7tRA1jhg= </data> </dict> <key>Headers/SDL_power.h</key> <dict> <key>hash</key> <data> - alQ7owSLOu8oi+p5TCVtXLfg49U= + +yLHw43h1fJujEDgyY7jpN1txU0= </data> <key>hash2</key> <data> - /a3V+xg47qsi9m/jjhPv4j5epEExGUpm65R9DBKOgdU= + IjPm5fw8G4fGmIEDbiQukZxBn9rYKt8OSIutX9QfZuA= </data> </dict> <key>Headers/SDL_quit.h</key> <dict> <key>hash</key> <data> - HBhMaa9dpoxys7lX8bShTrrw26c= + qT1qlKVJIRMfIje3cQSmKU9SjAo= </data> <key>hash2</key> <data> - Zy837L/c8/F/z/t7UE/2IKDrEYSf+/9IM+y/rifeK9Q= + EysJnWaW2IwfC6s/E8x2vKwbbwbfiW8j7/OjKcfrPp8= </data> </dict> <key>Headers/SDL_rect.h</key> <dict> <key>hash</key> <data> - TMAFS6Xx6FfFUZosiA08UZGMO7Y= + AyXLTBMooPXNWI9syN7FLtZ8EGQ= </data> <key>hash2</key> <data> - B6FuiG3NCFAQRp2UVMcmgSowkeZ1hP5VCdzArvGYEjk= + s8YsZal0Dzfp45WhQh2Sop4hJ/lPGeHUwTHZS4M8+Pc= </data> </dict> <key>Headers/SDL_render.h</key> <dict> <key>hash</key> <data> - kUCWkbsEF23oO4MCCs2EbwDQusI= + aWAMDKmt93Ao4AU5feyBSJnbpyg= </data> <key>hash2</key> <data> - FRXH4yrITpDqn2IBdQ2Lbx7Jn6o0UuPRsjd4OWj78yI= + 0syhQHuuYccT9K/0c1YSSs7AIFZdWaj1XpbK6XTjIvg= </data> </dict> <key>Headers/SDL_revision.h</key> @@ -574,154 +574,154 @@ <dict> <key>hash</key> <data> - X/FUhtgu4xCdkYBGb+ldcBcGZsY= + Ki47XgLI9PP9BsgCOocGnLd8YJk= </data> <key>hash2</key> <data> - a2EUuuUAqW0fvq6RZT8pXnh5L/5v0fQWSLdrujvKMqA= + nLeSv+IRZOlqDFrK+Kq/oTCotwGs/McKAHZPlhMm0k0= </data> </dict> <key>Headers/SDL_scancode.h</key> <dict> <key>hash</key> <data> - KoO35m+cbDILMQvS85Ns37rEDjY= + MagJ1t5D9cUUdjfJxO4SSxKn/s0= </data> <key>hash2</key> <data> - i/34qMDYybTiAylZuNfCadHerKiHZ06/kBn6i/txqLk= + v84LnU16TV6RKwAcwhP0j+ypcZ8tYazJ5x41L8WXH9E= </data> </dict> <key>Headers/SDL_sensor.h</key> <dict> <key>hash</key> <data> - dt0dQe91kXtmVwHldbMs3pSqKuE= + ekOOqi8kKKNwFU1pgFpq1V+YR4w= </data> <key>hash2</key> <data> - +J/fkDU0AnB1KtUPYvFD3BIcHr0mXLJoyHvrtofnlRs= + lR1mKNtje2LhTqfwh06Adf1aF8XPb7ZSQnwLlDND9F4= </data> </dict> <key>Headers/SDL_shape.h</key> <dict> <key>hash</key> <data> - kpJhZUECgTha8Y9BJVRTLbsu6p8= + +IzMhEcjMEVIuOFt1uwMqmL6v7E= </data> <key>hash2</key> <data> - DsOpuFRKUgZwW8zSjrvgzY5QiVnH4qzikkNFfE4R784= + 7M4n2rfnvCfTE5+nS/tJp6iA35L6czERKuv9iQlC/n0= </data> </dict> <key>Headers/SDL_stdinc.h</key> <dict> <key>hash</key> <data> - DdRe/lNH6geRuVqhs5huipbzLj8= + 8QMuXJYqaxRMPcv5u+iv7E67LBs= </data> <key>hash2</key> <data> - mMaKFT0Acqvtg4K6gEpb8NUklIR8L00B8JxlSl/z8Oc= + EdsumpR5mB5VaJVsyvZgYGJ0BLa9jA5lm66/V+hOo+o= </data> </dict> <key>Headers/SDL_surface.h</key> <dict> <key>hash</key> <data> - WtK2vSy/4+ez9IC9XEutgDDYqEQ= + hcQ0Xf+oe5CIPdK/p0s3EYvn1Jw= </data> <key>hash2</key> <data> - 1j47d6UhPnUkiWpFDu/JiESXUSIoJc9usypSBXhkSXk= + L4fQk7WiPrvRH2KN1BAREdwHFF/iFV0vbhi+Yfk2ck0= </data> </dict> <key>Headers/SDL_system.h</key> <dict> <key>hash</key> <data> - 2hXj/s+4iotUYQ/qacOSBEGZOwg= + 4BQqRt25rE6gz3HZIqrWc0sVChs= </data> <key>hash2</key> <data> - 1UwQf2RE20ecBIH+hfGWJftxYFTVSAzailQDO2A4TNg= + mt+VVfR8xWZ6HFwR2IPTsVioxlle1/l7BM8/QlhlhNs= </data> </dict> <key>Headers/SDL_syswm.h</key> <dict> <key>hash</key> <data> - 3bhBPpfxPHznhnK4qD/z3JMAH6M= + eGil06WtbiBMBrBlfGTfU59ilGI= </data> <key>hash2</key> <data> - MPw8TZLw/QvquHCjlJlNDPjjt8f1IlMKzMfWgn1EF3U= + cExBYrufNgnE2h2D/+g4e9P78tw78U6lwPt/6SAh99o= </data> </dict> <key>Headers/SDL_thread.h</key> <dict> <key>hash</key> <data> - 1EtqS0N8COfcjGjv8z6z+LQAX3U= + nhxs2YXZEAAABhCCly6FBwJyIVw= </data> <key>hash2</key> <data> - l8BOBXAsdov/Q/EbiOiV79CL9dMEnX4y5a/ET0zjVcM= + jProCOb6lntIte2C8xsnYMedNUYCaMgCk4kzf1JkRhY= </data> </dict> <key>Headers/SDL_timer.h</key> <dict> <key>hash</key> <data> - HA8k26mZn4Ws75q3lUPqNM195Ms= + F4SP5Obcx3huEZ4MP3zlMh+gVdw= </data> <key>hash2</key> <data> - F20rU5/Zn2KplGmTtClppmMyMWHLeVaEONbGDAwZ5CI= + jzrSTcXaNBjpj1IKY/ADhiiuudJe7gZw9ND2Oa0FyW4= </data> </dict> <key>Headers/SDL_touch.h</key> <dict> <key>hash</key> <data> - MIP5UyBQZhIYlI9EqCgc5hJdhlI= + 6vhIvHe/ZmQnHrZDIOngBL+KLVU= </data> <key>hash2</key> <data> - D0XePcMfVFz1/CDx1TMFLtaZ1jo7wIcXt5wvjqVuipU= + /Q/C0mRXFy4EXe69A+ygrV60pojHzI+UEh1hpw7a5Uw= </data> </dict> <key>Headers/SDL_types.h</key> <dict> <key>hash</key> <data> - xbfdEra92WqYikDB55Po6KyR06E= + +ft8hvbcKHar7v/aTUNeVxAyw0Y= </data> <key>hash2</key> <data> - 1Zr6IHz0DVKoehzBggWv99qlrZ5SWYkYxt7cVypGIH4= + qmvIcFXNA1r8zfJC5XZYLn3FCLq9YWQVZ2CmTxPRKw4= </data> </dict> <key>Headers/SDL_version.h</key> <dict> <key>hash</key> <data> - V1WhIT6vXhEOcfu+cDo+LwvkvRE= + I/lyzuAeveDmThBIuOC4DUgKMic= </data> <key>hash2</key> <data> - TaCZnrgTfgRARYIobSD3i3KArXOQUxuYjG/sFBoYo0k= + EBYxbRDZpHP9GSqf6WgKA0v/IKaOgflKPE2VV6/fRxY= </data> </dict> <key>Headers/SDL_video.h</key> <dict> <key>hash</key> <data> - YH5SyVC9XgoGpFkq3vCcdbQd0uI= + UlQTZYCQoY31S36HghsdeKBfe1I= </data> <key>hash2</key> <data> - Z5MS/bT5DfdUhSXGNao0cZWNyObx6ruc+zTPuGbg1s4= + eCHeiPp27E6Uuy+yVWhAnMv90n9T18stOMqH8xRtw1Q= </data> </dict> <key>Headers/SDL_vulkan.h</key> @@ -739,22 +739,22 @@ <dict> <key>hash</key> <data> - I6nkG0qY9s2AvaEtVSrocQiX4tQ= + 7za3SOa60MgSMnFyUMAE51KiJVU= </data> <key>hash2</key> <data> - 8uTiBDsf/cQ5+5utD1yCakQ8kX788aZUQFgKId33VjA= + C2GhWOTumDTaCzX+9soBe5KEB8QOvC++hIQQc4whBbE= </data> </dict> <key>Headers/close_code.h</key> <dict> <key>hash</key> <data> - U4gdDidHLAHPBhe/aWRbzA1M9BQ= + Hv+nlnxXg4WGAt4qPpTk93cX3R0= </data> <key>hash2</key> <data> - ZczKDtPfhp/KAaAzO6wpeeU4I1z0Pn+FiHTmWV14GlM= + RZnpztunRR/wemMG8LdTG+7QWxxaZbGiYT0bdxvkP9o= </data> </dict> <key>Resources/CMake/sdl2-config-version.cmake</key> @@ -783,22 +783,22 @@ <dict> <key>hash</key> <data> - psBFNKMxE1lQbuBYANGXFzReZ9g= + jESzPNfAE68YVYa1JqAGzzZlVgk= </data> <key>hash2</key> <data> - 4xu3tgP1KITWbi4Aj0nk5zBH4+4IL2X4goDmHNl+IGA= + qm21JRCtQ5em6iywJ3ZXyBn3vKdbwBOfTmIOo+GAAH8= </data> </dict> <key>Resources/License.txt</key> <dict> <key>hash</key> <data> - A8VTYHTg+gsOssUp337xdGbdHW0= + KX1rSrXSX56fKz5R5KaZfmWONHY= </data> <key>hash2</key> <data> - UN4cvaEc5FbrLcR2jBIsS5miYCucbhF1iAKC2EMtJhM= + N7l1tSc3NOoVf7HjY9BhkQNvKJ7Kd2f3NpZ4Fr7dFW8= </data> </dict> <key>Resources/ReadMe.txt</key> diff --git a/release/macos/ft2-clone-macos.app/Contents/Frameworks/SDL2.framework/Versions/Current b/release/macos/ft2-clone-macos.app/Contents/Frameworks/SDL2.framework/Versions/Current Binary files differ. diff --git a/release/win32/SDL2.dll b/release/win32/SDL2.dll Binary files differ. diff --git a/release/win64/SDL2.dll b/release/win64/SDL2.dll Binary files differ. diff --git a/vs2019_project/ft2-clone/SDL2.dll b/vs2019_project/ft2-clone/SDL2.dll Binary files differ. diff --git a/vs2019_project/ft2-clone/sdl/LICENSE.txt b/vs2019_project/ft2-clone/sdl/LICENSE.txt @@ -1,4 +1,4 @@ -Copyright (C) 1997-2024 Sam Lantinga <slouken@libsdl.org> +Copyright (C) 1997-2025 Sam Lantinga <slouken@libsdl.org> This software is provided 'as-is', without any express or implied warranty. In no event will the authors be held liable for any damages diff --git a/vs2019_project/ft2-clone/sdl/include/SDL2/SDL.h b/vs2019_project/ft2-clone/sdl/include/SDL2/SDL.h @@ -1,6 +1,6 @@ /* Simple DirectMedia Layer - Copyright (C) 1997-2024 Sam Lantinga <slouken@libsdl.org> + Copyright (C) 1997-2025 Sam Lantinga <slouken@libsdl.org> This software is provided 'as-is', without any express or implied warranty. In no event will the authors be held liable for any damages diff --git a/vs2019_project/ft2-clone/sdl/include/SDL2/SDL_assert.h b/vs2019_project/ft2-clone/sdl/include/SDL2/SDL_assert.h @@ -1,6 +1,6 @@ /* Simple DirectMedia Layer - Copyright (C) 1997-2024 Sam Lantinga <slouken@libsdl.org> + Copyright (C) 1997-2025 Sam Lantinga <slouken@libsdl.org> This software is provided 'as-is', without any express or implied warranty. In no event will the authors be held liable for any damages diff --git a/vs2019_project/ft2-clone/sdl/include/SDL2/SDL_atomic.h b/vs2019_project/ft2-clone/sdl/include/SDL2/SDL_atomic.h @@ -1,6 +1,6 @@ /* Simple DirectMedia Layer - Copyright (C) 1997-2024 Sam Lantinga <slouken@libsdl.org> + Copyright (C) 1997-2025 Sam Lantinga <slouken@libsdl.org> This software is provided 'as-is', without any express or implied warranty. In no event will the authors be held liable for any damages diff --git a/vs2019_project/ft2-clone/sdl/include/SDL2/SDL_audio.h b/vs2019_project/ft2-clone/sdl/include/SDL2/SDL_audio.h @@ -1,6 +1,6 @@ /* Simple DirectMedia Layer - Copyright (C) 1997-2024 Sam Lantinga <slouken@libsdl.org> + Copyright (C) 1997-2025 Sam Lantinga <slouken@libsdl.org> This software is provided 'as-is', without any express or implied warranty. In no event will the authors be held liable for any damages diff --git a/vs2019_project/ft2-clone/sdl/include/SDL2/SDL_bits.h b/vs2019_project/ft2-clone/sdl/include/SDL2/SDL_bits.h @@ -1,6 +1,6 @@ /* Simple DirectMedia Layer - Copyright (C) 1997-2024 Sam Lantinga <slouken@libsdl.org> + Copyright (C) 1997-2025 Sam Lantinga <slouken@libsdl.org> This software is provided 'as-is', without any express or implied warranty. In no event will the authors be held liable for any damages diff --git a/vs2019_project/ft2-clone/sdl/include/SDL2/SDL_blendmode.h b/vs2019_project/ft2-clone/sdl/include/SDL2/SDL_blendmode.h @@ -1,6 +1,6 @@ /* Simple DirectMedia Layer - Copyright (C) 1997-2024 Sam Lantinga <slouken@libsdl.org> + Copyright (C) 1997-2025 Sam Lantinga <slouken@libsdl.org> This software is provided 'as-is', without any express or implied warranty. In no event will the authors be held liable for any damages diff --git a/vs2019_project/ft2-clone/sdl/include/SDL2/SDL_clipboard.h b/vs2019_project/ft2-clone/sdl/include/SDL2/SDL_clipboard.h @@ -1,6 +1,6 @@ /* Simple DirectMedia Layer - Copyright (C) 1997-2024 Sam Lantinga <slouken@libsdl.org> + Copyright (C) 1997-2025 Sam Lantinga <slouken@libsdl.org> This software is provided 'as-is', without any express or implied warranty. In no event will the authors be held liable for any damages diff --git a/vs2019_project/ft2-clone/sdl/include/SDL2/SDL_config.h b/vs2019_project/ft2-clone/sdl/include/SDL2/SDL_config.h @@ -1,6 +1,6 @@ /* Simple DirectMedia Layer - Copyright (C) 1997-2024 Sam Lantinga <slouken@libsdl.org> + Copyright (C) 1997-2025 Sam Lantinga <slouken@libsdl.org> This software is provided 'as-is', without any express or implied warranty. In no event will the authors be held liable for any damages diff --git a/vs2019_project/ft2-clone/sdl/include/SDL2/SDL_config.h.in b/vs2019_project/ft2-clone/sdl/include/SDL2/SDL_config.h.in @@ -1,498 +0,0 @@ -/* - Simple DirectMedia Layer - Copyright (C) 1997-2024 Sam Lantinga <slouken@libsdl.org> - - This software is provided 'as-is', without any express or implied - warranty. In no event will the authors be held liable for any damages - arising from the use of this software. - - Permission is granted to anyone to use this software for any purpose, - including commercial applications, and to alter it and redistribute it - freely, subject to the following restrictions: - - 1. The origin of this software must not be misrepresented; you must not - claim that you wrote the original software. If you use this software - in a product, an acknowledgment in the product documentation would be - appreciated but is not required. - 2. Altered source versions must be plainly marked as such, and must not be - misrepresented as being the original software. - 3. This notice may not be removed or altered from any source distribution. -*/ - -#ifndef SDL_config_h_ -#define SDL_config_h_ - -/** - * \file SDL_config.h.in - * - * This is a set of defines to configure the SDL features - */ - -/* General platform specific identifiers */ -#include "SDL_platform.h" - -/* Make sure that this isn't included by Visual C++ */ -#ifdef _MSC_VER -#error You should run git checkout -f include/SDL_config.h -#endif - -/* C language features */ -#undef const -#undef inline -#undef volatile - -/* C datatypes */ -#if defined(__LP64__) || defined(_LP64) || defined(_WIN64) -#define SIZEOF_VOIDP 8 -#else -#define SIZEOF_VOIDP 4 -#endif - -#undef HAVE_GCC_ATOMICS -#undef HAVE_GCC_SYNC_LOCK_TEST_AND_SET - -/* Comment this if you want to build without any C library requirements */ -#undef HAVE_LIBC -#ifdef HAVE_LIBC - -/* Useful headers */ -#undef STDC_HEADERS -#undef HAVE_ALLOCA_H -#undef HAVE_CTYPE_H -#undef HAVE_FLOAT_H -#undef HAVE_ICONV_H -#undef HAVE_INTTYPES_H -#undef HAVE_LIMITS_H -#undef HAVE_MALLOC_H -#undef HAVE_MATH_H -#undef HAVE_MEMORY_H -#undef HAVE_SIGNAL_H -#undef HAVE_STDARG_H -#undef HAVE_STDINT_H -#undef HAVE_STDIO_H -#undef HAVE_STDLIB_H -#undef HAVE_STRINGS_H -#undef HAVE_STRING_H -#undef HAVE_SYS_TYPES_H -#undef HAVE_WCHAR_H -#undef HAVE_LINUX_INPUT_H -#undef HAVE_PTHREAD_NP_H -#undef HAVE_LIBUNWIND_H - -/* C library functions */ -#undef HAVE_DLOPEN -#undef HAVE_MALLOC -#undef HAVE_CALLOC -#undef HAVE_REALLOC -#undef HAVE_FREE -#undef HAVE_ALLOCA -#ifndef __WIN32__ /* Don't use C runtime versions of these on Windows */ -#undef HAVE_GETENV -#undef HAVE_SETENV -#undef HAVE_PUTENV -#undef HAVE_UNSETENV -#endif -#undef HAVE_QSORT -#undef HAVE_BSEARCH -#undef HAVE_ABS -#undef HAVE_BCOPY -#undef HAVE_MEMSET -#undef HAVE_MEMCPY -#undef HAVE_MEMMOVE -#undef HAVE_MEMCMP -#undef HAVE_WCSLEN -#undef HAVE_WCSLCPY -#undef HAVE_WCSLCAT -#undef HAVE__WCSDUP -#undef HAVE_WCSDUP -#undef HAVE_WCSSTR -#undef HAVE_WCSCMP -#undef HAVE_WCSNCMP -#undef HAVE_WCSCASECMP -#undef HAVE__WCSICMP -#undef HAVE_WCSNCASECMP -#undef HAVE__WCSNICMP -#undef HAVE_STRLEN -#undef HAVE_STRLCPY -#undef HAVE_STRLCAT -#undef HAVE__STRREV -#undef HAVE__STRUPR -#undef HAVE__STRLWR -#undef HAVE_INDEX -#undef HAVE_RINDEX -#undef HAVE_STRCHR -#undef HAVE_STRRCHR -#undef HAVE_STRSTR -#undef HAVE_STRTOK_R -#undef HAVE_ITOA -#undef HAVE__LTOA -#undef HAVE__UITOA -#undef HAVE__ULTOA -#undef HAVE_STRTOL -#undef HAVE_STRTOUL -#undef HAVE__I64TOA -#undef HAVE__UI64TOA -#undef HAVE_STRTOLL -#undef HAVE_STRTOULL -#undef HAVE_STRTOD -#undef HAVE_ATOI -#undef HAVE_ATOF -#undef HAVE_STRCMP -#undef HAVE_STRNCMP -#undef HAVE__STRICMP -#undef HAVE_STRCASECMP -#undef HAVE__STRNICMP -#undef HAVE_STRNCASECMP -#undef HAVE_STRCASESTR -#undef HAVE_SSCANF -#undef HAVE_VSSCANF -#undef HAVE_SNPRINTF -#undef HAVE_VSNPRINTF -#undef HAVE_M_PI -#undef HAVE_ACOS -#undef HAVE_ACOSF -#undef HAVE_ASIN -#undef HAVE_ASINF -#undef HAVE_ATAN -#undef HAVE_ATANF -#undef HAVE_ATAN2 -#undef HAVE_ATAN2F -#undef HAVE_CEIL -#undef HAVE_CEILF -#undef HAVE_COPYSIGN -#undef HAVE_COPYSIGNF -#undef HAVE_COS -#undef HAVE_COSF -#undef HAVE_EXP -#undef HAVE_EXPF -#undef HAVE_FABS -#undef HAVE_FABSF -#undef HAVE_FLOOR -#undef HAVE_FLOORF -#undef HAVE_FMOD -#undef HAVE_FMODF -#undef HAVE_LOG -#undef HAVE_LOGF -#undef HAVE_LOG10 -#undef HAVE_LOG10F -#undef HAVE_LROUND -#undef HAVE_LROUNDF -#undef HAVE_POW -#undef HAVE_POWF -#undef HAVE_ROUND -#undef HAVE_ROUNDF -#undef HAVE_SCALBN -#undef HAVE_SCALBNF -#undef HAVE_SIN -#undef HAVE_SINF -#undef HAVE_SQRT -#undef HAVE_SQRTF -#undef HAVE_TAN -#undef HAVE_TANF -#undef HAVE_TRUNC -#undef HAVE_TRUNCF -#undef HAVE_FOPEN64 -#undef HAVE_FSEEKO -#undef HAVE_FSEEKO64 -#undef HAVE_SIGACTION -#undef HAVE_SA_SIGACTION -#undef HAVE_SETJMP -#undef HAVE_NANOSLEEP -#undef HAVE_SYSCONF -#undef HAVE_SYSCTLBYNAME -#undef HAVE_CLOCK_GETTIME -#undef HAVE_GETPAGESIZE -#undef HAVE_MPROTECT -#undef HAVE_ICONV -#undef SDL_USE_LIBICONV -#undef HAVE_PTHREAD_SETNAME_NP -#undef HAVE_PTHREAD_SET_NAME_NP -#undef HAVE_SEM_TIMEDWAIT -#undef HAVE_GETAUXVAL -#undef HAVE_ELF_AUX_INFO -#undef HAVE_POLL -#undef HAVE_MEMFD_CREATE -#undef HAVE_POSIX_FALLOCATE -#undef HAVE__EXIT - -#else -#define HAVE_STDARG_H 1 -#define HAVE_STDDEF_H 1 -#define HAVE_STDINT_H 1 -#endif /* HAVE_LIBC */ - -#undef HAVE_O_CLOEXEC -#undef HAVE_ALTIVEC_H -#undef HAVE_DBUS_DBUS_H -#undef HAVE_FCITX -#undef HAVE_SYS_INOTIFY_H -#undef HAVE_INOTIFY_INIT -#undef HAVE_INOTIFY_INIT1 -#undef HAVE_INOTIFY -#undef HAVE_IBUS_IBUS_H -#undef HAVE_IMMINTRIN_H -#undef HAVE_LIBUDEV_H -#undef HAVE_LIBUSB -#undef HAVE_LIBSAMPLERATE_H -#undef HAVE_LIBDECOR_H -#undef HAVE_LSXINTRIN_H -#undef HAVE_LASXINTRIN_H - -#undef HAVE_DDRAW_H -#undef HAVE_DINPUT_H -#undef HAVE_DSOUND_H -#undef HAVE_DXGI_H -#undef HAVE_WINDOWS_GAMING_INPUT_H -#undef HAVE_XINPUT_H - -#undef HAVE_MMDEVICEAPI_H -#undef HAVE_AUDIOCLIENT_H -#undef HAVE_TPCSHRD_H -#undef HAVE_SENSORSAPI_H -#undef HAVE_ROAPI_H -#undef HAVE_SHELLSCALINGAPI_H - -/* SDL internal assertion support */ -#undef SDL_DEFAULT_ASSERT_LEVEL - -/* Allow disabling of core subsystems */ -#undef SDL_ATOMIC_DISABLED -#undef SDL_AUDIO_DISABLED -#undef SDL_CPUINFO_DISABLED -#undef SDL_EVENTS_DISABLED -#undef SDL_FILE_DISABLED -#undef SDL_JOYSTICK_DISABLED -#undef SDL_HAPTIC_DISABLED -#undef SDL_HIDAPI_DISABLED -#undef SDL_SENSOR_DISABLED -#undef SDL_LOADSO_DISABLED -#undef SDL_RENDER_DISABLED -#undef SDL_THREADS_DISABLED -#undef SDL_TIMERS_DISABLED -#undef SDL_VIDEO_DISABLED -#undef SDL_POWER_DISABLED -#undef SDL_FILESYSTEM_DISABLED -#undef SDL_LOCALE_DISABLED -#undef SDL_MISC_DISABLED - -/* Enable various audio drivers */ -#undef SDL_AUDIO_DRIVER_AAUDIO -#undef SDL_AUDIO_DRIVER_ALSA -#undef SDL_AUDIO_DRIVER_ALSA_DYNAMIC -#undef SDL_AUDIO_DRIVER_ANDROID -#undef SDL_AUDIO_DRIVER_ARTS -#undef SDL_AUDIO_DRIVER_ARTS_DYNAMIC -#undef SDL_AUDIO_DRIVER_COREAUDIO -#undef SDL_AUDIO_DRIVER_DISK -#undef SDL_AUDIO_DRIVER_DSOUND -#undef SDL_AUDIO_DRIVER_DUMMY -#undef SDL_AUDIO_DRIVER_EMSCRIPTEN -#undef SDL_AUDIO_DRIVER_ESD -#undef SDL_AUDIO_DRIVER_ESD_DYNAMIC -#undef SDL_AUDIO_DRIVER_FUSIONSOUND -#undef SDL_AUDIO_DRIVER_FUSIONSOUND_DYNAMIC -#undef SDL_AUDIO_DRIVER_HAIKU -#undef SDL_AUDIO_DRIVER_JACK -#undef SDL_AUDIO_DRIVER_JACK_DYNAMIC -#undef SDL_AUDIO_DRIVER_NACL -#undef SDL_AUDIO_DRIVER_NAS -#undef SDL_AUDIO_DRIVER_NAS_DYNAMIC -#undef SDL_AUDIO_DRIVER_NETBSD -#undef SDL_AUDIO_DRIVER_OPENSLES -#undef SDL_AUDIO_DRIVER_OSS -#undef SDL_AUDIO_DRIVER_PAUDIO -#undef SDL_AUDIO_DRIVER_PIPEWIRE -#undef SDL_AUDIO_DRIVER_PIPEWIRE_DYNAMIC -#undef SDL_AUDIO_DRIVER_PULSEAUDIO -#undef SDL_AUDIO_DRIVER_PULSEAUDIO_DYNAMIC -#undef SDL_AUDIO_DRIVER_QSA -#undef SDL_AUDIO_DRIVER_SNDIO -#undef SDL_AUDIO_DRIVER_SNDIO_DYNAMIC -#undef SDL_AUDIO_DRIVER_SUNAUDIO -#undef SDL_AUDIO_DRIVER_WASAPI -#undef SDL_AUDIO_DRIVER_WINMM -#undef SDL_AUDIO_DRIVER_OS2 - -/* Enable various input drivers */ -#undef SDL_INPUT_LINUXEV -#undef SDL_INPUT_FBSDKBIO -#undef SDL_INPUT_LINUXKD -#undef SDL_INPUT_WSCONS -#undef SDL_JOYSTICK_HAIKU -#undef SDL_JOYSTICK_DINPUT -#undef SDL_JOYSTICK_WGI -#undef SDL_JOYSTICK_XINPUT -#undef SDL_JOYSTICK_DUMMY -#undef SDL_JOYSTICK_IOKIT -#undef SDL_JOYSTICK_MFI -#undef SDL_JOYSTICK_LINUX -#undef SDL_JOYSTICK_ANDROID -#undef SDL_JOYSTICK_OS2 -#undef SDL_JOYSTICK_USBHID -#undef SDL_HAVE_MACHINE_JOYSTICK_H -#undef SDL_JOYSTICK_HIDAPI -#undef SDL_JOYSTICK_RAWINPUT -#undef SDL_JOYSTICK_EMSCRIPTEN -#undef SDL_JOYSTICK_VIRTUAL -#undef SDL_HAPTIC_DUMMY -#undef SDL_HAPTIC_ANDROID -#undef SDL_HAPTIC_LINUX -#undef SDL_HAPTIC_IOKIT -#undef SDL_HAPTIC_DINPUT -#undef SDL_HAPTIC_XINPUT - -/* Enable various sensor drivers */ -#undef SDL_SENSOR_ANDROID -#undef SDL_SENSOR_COREMOTION -#undef SDL_SENSOR_WINDOWS -#undef SDL_SENSOR_DUMMY - -/* Enable various shared object loading systems */ -#undef SDL_LOADSO_DLOPEN -#undef SDL_LOADSO_DUMMY -#undef SDL_LOADSO_LDG -#undef SDL_LOADSO_WINDOWS -#undef SDL_LOADSO_OS2 - -/* Enable various threading systems */ -#undef SDL_THREAD_GENERIC_COND_SUFFIX -#undef SDL_THREAD_PTHREAD -#undef SDL_THREAD_PTHREAD_RECURSIVE_MUTEX -#undef SDL_THREAD_PTHREAD_RECURSIVE_MUTEX_NP -#undef SDL_THREAD_WINDOWS -#undef SDL_THREAD_OS2 - -/* Enable various timer systems */ -#undef SDL_TIMER_HAIKU -#undef SDL_TIMER_DUMMY -#undef SDL_TIMER_UNIX -#undef SDL_TIMER_WINDOWS -#undef SDL_TIMER_OS2 - -/* Enable various video drivers */ -#undef SDL_VIDEO_DRIVER_HAIKU -#undef SDL_VIDEO_DRIVER_COCOA -#undef SDL_VIDEO_DRIVER_DIRECTFB -#undef SDL_VIDEO_DRIVER_DIRECTFB_DYNAMIC -#undef SDL_VIDEO_DRIVER_DUMMY -#undef SDL_VIDEO_DRIVER_WINDOWS -#undef SDL_VIDEO_DRIVER_WAYLAND -#undef SDL_VIDEO_DRIVER_WAYLAND_QT_TOUCH -#undef SDL_VIDEO_DRIVER_WAYLAND_DYNAMIC -#undef SDL_VIDEO_DRIVER_WAYLAND_DYNAMIC_EGL -#undef SDL_VIDEO_DRIVER_WAYLAND_DYNAMIC_CURSOR -#undef SDL_VIDEO_DRIVER_WAYLAND_DYNAMIC_XKBCOMMON -#undef SDL_VIDEO_DRIVER_WAYLAND_DYNAMIC_LIBDECOR -#undef SDL_VIDEO_DRIVER_X11 -#undef SDL_VIDEO_DRIVER_RPI -#undef SDL_VIDEO_DRIVER_KMSDRM -#undef SDL_VIDEO_DRIVER_KMSDRM_DYNAMIC -#undef SDL_VIDEO_DRIVER_KMSDRM_DYNAMIC_GBM -#undef SDL_VIDEO_DRIVER_ANDROID -#undef SDL_VIDEO_DRIVER_EMSCRIPTEN -#undef SDL_VIDEO_DRIVER_OFFSCREEN -#undef SDL_VIDEO_DRIVER_X11_DYNAMIC -#undef SDL_VIDEO_DRIVER_X11_DYNAMIC_XEXT -#undef SDL_VIDEO_DRIVER_X11_DYNAMIC_XCURSOR -#undef SDL_VIDEO_DRIVER_X11_DYNAMIC_XINPUT2 -#undef SDL_VIDEO_DRIVER_X11_DYNAMIC_XFIXES -#undef SDL_VIDEO_DRIVER_X11_DYNAMIC_XRANDR -#undef SDL_VIDEO_DRIVER_X11_DYNAMIC_XSS -#undef SDL_VIDEO_DRIVER_X11_XCURSOR -#undef SDL_VIDEO_DRIVER_X11_XDBE -#undef SDL_VIDEO_DRIVER_X11_XINPUT2 -#undef SDL_VIDEO_DRIVER_X11_XINPUT2_SUPPORTS_MULTITOUCH -#undef SDL_VIDEO_DRIVER_X11_XFIXES -#undef SDL_VIDEO_DRIVER_X11_XRANDR -#undef SDL_VIDEO_DRIVER_X11_XSCRNSAVER -#undef SDL_VIDEO_DRIVER_X11_XSHAPE -#undef SDL_VIDEO_DRIVER_X11_SUPPORTS_GENERIC_EVENTS -#undef SDL_VIDEO_DRIVER_X11_HAS_XKBKEYCODETOKEYSYM -#undef SDL_VIDEO_DRIVER_NACL -#undef SDL_VIDEO_DRIVER_VIVANTE -#undef SDL_VIDEO_DRIVER_VIVANTE_VDK -#undef SDL_VIDEO_DRIVER_OS2 -#undef SDL_VIDEO_DRIVER_QNX -#undef SDL_VIDEO_DRIVER_RISCOS - -#undef SDL_VIDEO_RENDER_D3D -#undef SDL_VIDEO_RENDER_D3D11 -#undef SDL_VIDEO_RENDER_D3D12 -#undef SDL_VIDEO_RENDER_OGL -#undef SDL_VIDEO_RENDER_OGL_ES -#undef SDL_VIDEO_RENDER_OGL_ES2 -#undef SDL_VIDEO_RENDER_DIRECTFB -#undef SDL_VIDEO_RENDER_METAL - -/* Enable OpenGL support */ -#undef SDL_VIDEO_OPENGL -#undef SDL_VIDEO_OPENGL_ES -#undef SDL_VIDEO_OPENGL_ES2 -#undef SDL_VIDEO_OPENGL_BGL -#undef SDL_VIDEO_OPENGL_CGL -#undef SDL_VIDEO_OPENGL_EGL -#undef SDL_VIDEO_OPENGL_GLX -#undef SDL_VIDEO_OPENGL_WGL -#undef SDL_VIDEO_OPENGL_OSMESA -#undef SDL_VIDEO_OPENGL_OSMESA_DYNAMIC - -/* Enable Vulkan support */ -#undef SDL_VIDEO_VULKAN - -/* Enable Metal support */ -#undef SDL_VIDEO_METAL - -/* Enable system power support */ -#undef SDL_POWER_LINUX -#undef SDL_POWER_WINDOWS -#undef SDL_POWER_MACOSX -#undef SDL_POWER_HAIKU -#undef SDL_POWER_ANDROID -#undef SDL_POWER_EMSCRIPTEN -#undef SDL_POWER_HARDWIRED - -/* Enable system filesystem support */ -#undef SDL_FILESYSTEM_ANDROID -#undef SDL_FILESYSTEM_HAIKU -#undef SDL_FILESYSTEM_COCOA -#undef SDL_FILESYSTEM_DUMMY -#undef SDL_FILESYSTEM_RISCOS -#undef SDL_FILESYSTEM_UNIX -#undef SDL_FILESYSTEM_WINDOWS -#undef SDL_FILESYSTEM_NACL -#undef SDL_FILESYSTEM_EMSCRIPTEN -#undef SDL_FILESYSTEM_OS2 -#undef SDL_FILESYSTEM_VITA -#undef SDL_FILESYSTEM_PSP -#undef SDL_FILESYSTEM_PS2 - -/* Enable misc subsystem */ -#undef SDL_MISC_DUMMY - -/* Enable locale subsystem */ -#undef SDL_LOCALE_DUMMY - -/* Enable assembly routines */ -#undef SDL_ALTIVEC_BLITTERS -#undef SDL_ARM_SIMD_BLITTERS -#undef SDL_ARM_NEON_BLITTERS - -/* Whether SDL_DYNAMIC_API needs dlopen() */ -#undef DYNAPI_NEEDS_DLOPEN - -/* Enable ime support */ -#undef SDL_USE_IME - -/* Enable dynamic udev support */ -#undef SDL_UDEV_DYNAMIC - -/* Enable dynamic libusb support */ -#undef SDL_LIBUSB_DYNAMIC - -/* Enable dynamic libsamplerate support */ -#undef SDL_LIBSAMPLERATE_DYNAMIC - -/* Libdecor get min/max content size functions */ -#undef SDL_HAVE_LIBDECOR_GET_MIN_MAX - -#endif /* SDL_config_h_ */ diff --git a/vs2019_project/ft2-clone/sdl/include/SDL2/SDL_config_android.h b/vs2019_project/ft2-clone/sdl/include/SDL2/SDL_config_android.h @@ -1,6 +1,6 @@ /* Simple DirectMedia Layer - Copyright (C) 1997-2024 Sam Lantinga <slouken@libsdl.org> + Copyright (C) 1997-2025 Sam Lantinga <slouken@libsdl.org> This software is provided 'as-is', without any express or implied warranty. In no event will the authors be held liable for any damages diff --git a/vs2019_project/ft2-clone/sdl/include/SDL2/SDL_config_emscripten.h b/vs2019_project/ft2-clone/sdl/include/SDL2/SDL_config_emscripten.h @@ -1,6 +1,6 @@ /* Simple DirectMedia Layer - Copyright (C) 1997-2024 Sam Lantinga <slouken@libsdl.org> + Copyright (C) 1997-2025 Sam Lantinga <slouken@libsdl.org> This software is provided 'as-is', without any express or implied warranty. In no event will the authors be held liable for any damages diff --git a/vs2019_project/ft2-clone/sdl/include/SDL2/SDL_config_iphoneos.h b/vs2019_project/ft2-clone/sdl/include/SDL2/SDL_config_iphoneos.h @@ -1,6 +1,6 @@ /* Simple DirectMedia Layer - Copyright (C) 1997-2024 Sam Lantinga <slouken@libsdl.org> + Copyright (C) 1997-2025 Sam Lantinga <slouken@libsdl.org> This software is provided 'as-is', without any express or implied warranty. In no event will the authors be held liable for any damages diff --git a/vs2019_project/ft2-clone/sdl/include/SDL2/SDL_config_macosx.h b/vs2019_project/ft2-clone/sdl/include/SDL2/SDL_config_macosx.h @@ -1,6 +1,6 @@ /* Simple DirectMedia Layer - Copyright (C) 1997-2024 Sam Lantinga <slouken@libsdl.org> + Copyright (C) 1997-2025 Sam Lantinga <slouken@libsdl.org> This software is provided 'as-is', without any express or implied warranty. In no event will the authors be held liable for any damages diff --git a/vs2019_project/ft2-clone/sdl/include/SDL2/SDL_config_minimal.h b/vs2019_project/ft2-clone/sdl/include/SDL2/SDL_config_minimal.h @@ -1,6 +1,6 @@ /* Simple DirectMedia Layer - Copyright (C) 1997-2024 Sam Lantinga <slouken@libsdl.org> + Copyright (C) 1997-2025 Sam Lantinga <slouken@libsdl.org> This software is provided 'as-is', without any express or implied warranty. In no event will the authors be held liable for any damages diff --git a/vs2019_project/ft2-clone/sdl/include/SDL2/SDL_config_ngage.h b/vs2019_project/ft2-clone/sdl/include/SDL2/SDL_config_ngage.h @@ -1,6 +1,6 @@ /* Simple DirectMedia Layer - Copyright (C) 1997-2024 Sam Lantinga <slouken@libsdl.org> + Copyright (C) 1997-2025 Sam Lantinga <slouken@libsdl.org> This software is provided 'as-is', without any express or implied warranty. In no event will the authors be held liable for any damages diff --git a/vs2019_project/ft2-clone/sdl/include/SDL2/SDL_config_os2.h b/vs2019_project/ft2-clone/sdl/include/SDL2/SDL_config_os2.h @@ -1,6 +1,6 @@ /* Simple DirectMedia Layer - Copyright (C) 1997-2024 Sam Lantinga <slouken@libsdl.org> + Copyright (C) 1997-2025 Sam Lantinga <slouken@libsdl.org> This software is provided 'as-is', without any express or implied warranty. In no event will the authors be held liable for any damages diff --git a/vs2019_project/ft2-clone/sdl/include/SDL2/SDL_config_pandora.h b/vs2019_project/ft2-clone/sdl/include/SDL2/SDL_config_pandora.h @@ -1,6 +1,6 @@ /* Simple DirectMedia Layer - Copyright (C) 1997-2024 Sam Lantinga <slouken@libsdl.org> + Copyright (C) 1997-2025 Sam Lantinga <slouken@libsdl.org> This software is provided 'as-is', without any express or implied warranty. In no event will the authors be held liable for any damages diff --git a/vs2019_project/ft2-clone/sdl/include/SDL2/SDL_config_windows.h b/vs2019_project/ft2-clone/sdl/include/SDL2/SDL_config_windows.h @@ -1,6 +1,6 @@ /* Simple DirectMedia Layer - Copyright (C) 1997-2024 Sam Lantinga <slouken@libsdl.org> + Copyright (C) 1997-2025 Sam Lantinga <slouken@libsdl.org> This software is provided 'as-is', without any express or implied warranty. In no event will the authors be held liable for any damages diff --git a/vs2019_project/ft2-clone/sdl/include/SDL2/SDL_config_wingdk.h b/vs2019_project/ft2-clone/sdl/include/SDL2/SDL_config_wingdk.h @@ -1,6 +1,6 @@ /* Simple DirectMedia Layer - Copyright (C) 1997-2024 Sam Lantinga <slouken@libsdl.org> + Copyright (C) 1997-2025 Sam Lantinga <slouken@libsdl.org> This software is provided 'as-is', without any express or implied warranty. In no event will the authors be held liable for any damages diff --git a/vs2019_project/ft2-clone/sdl/include/SDL2/SDL_config_winrt.h b/vs2019_project/ft2-clone/sdl/include/SDL2/SDL_config_winrt.h @@ -1,6 +1,6 @@ /* Simple DirectMedia Layer - Copyright (C) 1997-2024 Sam Lantinga <slouken@libsdl.org> + Copyright (C) 1997-2025 Sam Lantinga <slouken@libsdl.org> This software is provided 'as-is', without any express or implied warranty. In no event will the authors be held liable for any damages diff --git a/vs2019_project/ft2-clone/sdl/include/SDL2/SDL_config_xbox.h b/vs2019_project/ft2-clone/sdl/include/SDL2/SDL_config_xbox.h @@ -1,6 +1,6 @@ /* Simple DirectMedia Layer - Copyright (C) 1997-2024 Sam Lantinga <slouken@libsdl.org> + Copyright (C) 1997-2025 Sam Lantinga <slouken@libsdl.org> This software is provided 'as-is', without any express or implied warranty. In no event will the authors be held liable for any damages diff --git a/vs2019_project/ft2-clone/sdl/include/SDL2/SDL_copying.h b/vs2019_project/ft2-clone/sdl/include/SDL2/SDL_copying.h @@ -1,6 +1,6 @@ /* Simple DirectMedia Layer - Copyright (C) 1997-2024 Sam Lantinga <slouken@libsdl.org> + Copyright (C) 1997-2025 Sam Lantinga <slouken@libsdl.org> This software is provided 'as-is', without any express or implied warranty. In no event will the authors be held liable for any damages diff --git a/vs2019_project/ft2-clone/sdl/include/SDL2/SDL_cpuinfo.h b/vs2019_project/ft2-clone/sdl/include/SDL2/SDL_cpuinfo.h @@ -1,6 +1,6 @@ /* Simple DirectMedia Layer - Copyright (C) 1997-2024 Sam Lantinga <slouken@libsdl.org> + Copyright (C) 1997-2025 Sam Lantinga <slouken@libsdl.org> This software is provided 'as-is', without any express or implied warranty. In no event will the authors be held liable for any damages diff --git a/vs2019_project/ft2-clone/sdl/include/SDL2/SDL_egl.h b/vs2019_project/ft2-clone/sdl/include/SDL2/SDL_egl.h @@ -1,6 +1,6 @@ /* Simple DirectMedia Layer - Copyright (C) 1997-2024 Sam Lantinga <slouken@libsdl.org> + Copyright (C) 1997-2025 Sam Lantinga <slouken@libsdl.org> This software is provided 'as-is', without any express or implied warranty. In no event will the authors be held liable for any damages diff --git a/vs2019_project/ft2-clone/sdl/include/SDL2/SDL_endian.h b/vs2019_project/ft2-clone/sdl/include/SDL2/SDL_endian.h @@ -1,6 +1,6 @@ /* Simple DirectMedia Layer - Copyright (C) 1997-2024 Sam Lantinga <slouken@libsdl.org> + Copyright (C) 1997-2025 Sam Lantinga <slouken@libsdl.org> This software is provided 'as-is', without any express or implied warranty. In no event will the authors be held liable for any damages diff --git a/vs2019_project/ft2-clone/sdl/include/SDL2/SDL_error.h b/vs2019_project/ft2-clone/sdl/include/SDL2/SDL_error.h @@ -1,6 +1,6 @@ /* Simple DirectMedia Layer - Copyright (C) 1997-2024 Sam Lantinga <slouken@libsdl.org> + Copyright (C) 1997-2025 Sam Lantinga <slouken@libsdl.org> This software is provided 'as-is', without any express or implied warranty. In no event will the authors be held liable for any damages diff --git a/vs2019_project/ft2-clone/sdl/include/SDL2/SDL_events.h b/vs2019_project/ft2-clone/sdl/include/SDL2/SDL_events.h @@ -1,6 +1,6 @@ /* Simple DirectMedia Layer - Copyright (C) 1997-2024 Sam Lantinga <slouken@libsdl.org> + Copyright (C) 1997-2025 Sam Lantinga <slouken@libsdl.org> This software is provided 'as-is', without any express or implied warranty. In no event will the authors be held liable for any damages diff --git a/vs2019_project/ft2-clone/sdl/include/SDL2/SDL_filesystem.h b/vs2019_project/ft2-clone/sdl/include/SDL2/SDL_filesystem.h @@ -1,6 +1,6 @@ /* Simple DirectMedia Layer - Copyright (C) 1997-2024 Sam Lantinga <slouken@libsdl.org> + Copyright (C) 1997-2025 Sam Lantinga <slouken@libsdl.org> This software is provided 'as-is', without any express or implied warranty. In no event will the authors be held liable for any damages diff --git a/vs2019_project/ft2-clone/sdl/include/SDL2/SDL_gamecontroller.h b/vs2019_project/ft2-clone/sdl/include/SDL2/SDL_gamecontroller.h @@ -1,6 +1,6 @@ /* Simple DirectMedia Layer - Copyright (C) 1997-2024 Sam Lantinga <slouken@libsdl.org> + Copyright (C) 1997-2025 Sam Lantinga <slouken@libsdl.org> This software is provided 'as-is', without any express or implied warranty. In no event will the authors be held liable for any damages diff --git a/vs2019_project/ft2-clone/sdl/include/SDL2/SDL_gesture.h b/vs2019_project/ft2-clone/sdl/include/SDL2/SDL_gesture.h @@ -1,6 +1,6 @@ /* Simple DirectMedia Layer - Copyright (C) 1997-2024 Sam Lantinga <slouken@libsdl.org> + Copyright (C) 1997-2025 Sam Lantinga <slouken@libsdl.org> This software is provided 'as-is', without any express or implied warranty. In no event will the authors be held liable for any damages diff --git a/vs2019_project/ft2-clone/sdl/include/SDL2/SDL_guid.h b/vs2019_project/ft2-clone/sdl/include/SDL2/SDL_guid.h @@ -1,6 +1,6 @@ /* Simple DirectMedia Layer - Copyright (C) 1997-2024 Sam Lantinga <slouken@libsdl.org> + Copyright (C) 1997-2025 Sam Lantinga <slouken@libsdl.org> This software is provided 'as-is', without any express or implied warranty. In no event will the authors be held liable for any damages diff --git a/vs2019_project/ft2-clone/sdl/include/SDL2/SDL_haptic.h b/vs2019_project/ft2-clone/sdl/include/SDL2/SDL_haptic.h @@ -1,6 +1,6 @@ /* Simple DirectMedia Layer - Copyright (C) 1997-2024 Sam Lantinga <slouken@libsdl.org> + Copyright (C) 1997-2025 Sam Lantinga <slouken@libsdl.org> This software is provided 'as-is', without any express or implied warranty. In no event will the authors be held liable for any damages diff --git a/vs2019_project/ft2-clone/sdl/include/SDL2/SDL_hidapi.h b/vs2019_project/ft2-clone/sdl/include/SDL2/SDL_hidapi.h @@ -1,6 +1,6 @@ /* Simple DirectMedia Layer - Copyright (C) 1997-2024 Sam Lantinga <slouken@libsdl.org> + Copyright (C) 1997-2025 Sam Lantinga <slouken@libsdl.org> This software is provided 'as-is', without any express or implied warranty. In no event will the authors be held liable for any damages diff --git a/vs2019_project/ft2-clone/sdl/include/SDL2/SDL_hints.h b/vs2019_project/ft2-clone/sdl/include/SDL2/SDL_hints.h @@ -1,6 +1,6 @@ /* Simple DirectMedia Layer - Copyright (C) 1997-2024 Sam Lantinga <slouken@libsdl.org> + Copyright (C) 1997-2025 Sam Lantinga <slouken@libsdl.org> This software is provided 'as-is', without any express or implied warranty. In no event will the authors be held liable for any damages diff --git a/vs2019_project/ft2-clone/sdl/include/SDL2/SDL_joystick.h b/vs2019_project/ft2-clone/sdl/include/SDL2/SDL_joystick.h @@ -1,6 +1,6 @@ /* Simple DirectMedia Layer - Copyright (C) 1997-2024 Sam Lantinga <slouken@libsdl.org> + Copyright (C) 1997-2025 Sam Lantinga <slouken@libsdl.org> This software is provided 'as-is', without any express or implied warranty. In no event will the authors be held liable for any damages diff --git a/vs2019_project/ft2-clone/sdl/include/SDL2/SDL_keyboard.h b/vs2019_project/ft2-clone/sdl/include/SDL2/SDL_keyboard.h @@ -1,6 +1,6 @@ /* Simple DirectMedia Layer - Copyright (C) 1997-2024 Sam Lantinga <slouken@libsdl.org> + Copyright (C) 1997-2025 Sam Lantinga <slouken@libsdl.org> This software is provided 'as-is', without any express or implied warranty. In no event will the authors be held liable for any damages diff --git a/vs2019_project/ft2-clone/sdl/include/SDL2/SDL_keycode.h b/vs2019_project/ft2-clone/sdl/include/SDL2/SDL_keycode.h @@ -1,6 +1,6 @@ /* Simple DirectMedia Layer - Copyright (C) 1997-2024 Sam Lantinga <slouken@libsdl.org> + Copyright (C) 1997-2025 Sam Lantinga <slouken@libsdl.org> This software is provided 'as-is', without any express or implied warranty. In no event will the authors be held liable for any damages diff --git a/vs2019_project/ft2-clone/sdl/include/SDL2/SDL_loadso.h b/vs2019_project/ft2-clone/sdl/include/SDL2/SDL_loadso.h @@ -1,6 +1,6 @@ /* Simple DirectMedia Layer - Copyright (C) 1997-2024 Sam Lantinga <slouken@libsdl.org> + Copyright (C) 1997-2025 Sam Lantinga <slouken@libsdl.org> This software is provided 'as-is', without any express or implied warranty. In no event will the authors be held liable for any damages diff --git a/vs2019_project/ft2-clone/sdl/include/SDL2/SDL_locale.h b/vs2019_project/ft2-clone/sdl/include/SDL2/SDL_locale.h @@ -1,6 +1,6 @@ /* Simple DirectMedia Layer - Copyright (C) 1997-2024 Sam Lantinga <slouken@libsdl.org> + Copyright (C) 1997-2025 Sam Lantinga <slouken@libsdl.org> This software is provided 'as-is', without any express or implied warranty. In no event will the authors be held liable for any damages diff --git a/vs2019_project/ft2-clone/sdl/include/SDL2/SDL_log.h b/vs2019_project/ft2-clone/sdl/include/SDL2/SDL_log.h @@ -1,6 +1,6 @@ /* Simple DirectMedia Layer - Copyright (C) 1997-2024 Sam Lantinga <slouken@libsdl.org> + Copyright (C) 1997-2025 Sam Lantinga <slouken@libsdl.org> This software is provided 'as-is', without any express or implied warranty. In no event will the authors be held liable for any damages diff --git a/vs2019_project/ft2-clone/sdl/include/SDL2/SDL_main.h b/vs2019_project/ft2-clone/sdl/include/SDL2/SDL_main.h @@ -1,6 +1,6 @@ /* Simple DirectMedia Layer - Copyright (C) 1997-2024 Sam Lantinga <slouken@libsdl.org> + Copyright (C) 1997-2025 Sam Lantinga <slouken@libsdl.org> This software is provided 'as-is', without any express or implied warranty. In no event will the authors be held liable for any damages diff --git a/vs2019_project/ft2-clone/sdl/include/SDL2/SDL_messagebox.h b/vs2019_project/ft2-clone/sdl/include/SDL2/SDL_messagebox.h @@ -1,6 +1,6 @@ /* Simple DirectMedia Layer - Copyright (C) 1997-2024 Sam Lantinga <slouken@libsdl.org> + Copyright (C) 1997-2025 Sam Lantinga <slouken@libsdl.org> This software is provided 'as-is', without any express or implied warranty. In no event will the authors be held liable for any damages diff --git a/vs2019_project/ft2-clone/sdl/include/SDL2/SDL_metal.h b/vs2019_project/ft2-clone/sdl/include/SDL2/SDL_metal.h @@ -1,6 +1,6 @@ /* Simple DirectMedia Layer - Copyright (C) 1997-2024 Sam Lantinga <slouken@libsdl.org> + Copyright (C) 1997-2025 Sam Lantinga <slouken@libsdl.org> This software is provided 'as-is', without any express or implied warranty. In no event will the authors be held liable for any damages diff --git a/vs2019_project/ft2-clone/sdl/include/SDL2/SDL_misc.h b/vs2019_project/ft2-clone/sdl/include/SDL2/SDL_misc.h @@ -1,6 +1,6 @@ /* Simple DirectMedia Layer - Copyright (C) 1997-2024 Sam Lantinga <slouken@libsdl.org> + Copyright (C) 1997-2025 Sam Lantinga <slouken@libsdl.org> This software is provided 'as-is', without any express or implied warranty. In no event will the authors be held liable for any damages diff --git a/vs2019_project/ft2-clone/sdl/include/SDL2/SDL_mouse.h b/vs2019_project/ft2-clone/sdl/include/SDL2/SDL_mouse.h @@ -1,6 +1,6 @@ /* Simple DirectMedia Layer - Copyright (C) 1997-2024 Sam Lantinga <slouken@libsdl.org> + Copyright (C) 1997-2025 Sam Lantinga <slouken@libsdl.org> This software is provided 'as-is', without any express or implied warranty. In no event will the authors be held liable for any damages diff --git a/vs2019_project/ft2-clone/sdl/include/SDL2/SDL_mutex.h b/vs2019_project/ft2-clone/sdl/include/SDL2/SDL_mutex.h @@ -1,6 +1,6 @@ /* Simple DirectMedia Layer - Copyright (C) 1997-2024 Sam Lantinga <slouken@libsdl.org> + Copyright (C) 1997-2025 Sam Lantinga <slouken@libsdl.org> This software is provided 'as-is', without any express or implied warranty. In no event will the authors be held liable for any damages diff --git a/vs2019_project/ft2-clone/sdl/include/SDL2/SDL_name.h b/vs2019_project/ft2-clone/sdl/include/SDL2/SDL_name.h @@ -1,6 +1,6 @@ /* Simple DirectMedia Layer - Copyright (C) 1997-2024 Sam Lantinga <slouken@libsdl.org> + Copyright (C) 1997-2025 Sam Lantinga <slouken@libsdl.org> This software is provided 'as-is', without any express or implied warranty. In no event will the authors be held liable for any damages diff --git a/vs2019_project/ft2-clone/sdl/include/SDL2/SDL_opengl.h b/vs2019_project/ft2-clone/sdl/include/SDL2/SDL_opengl.h @@ -1,6 +1,6 @@ /* Simple DirectMedia Layer - Copyright (C) 1997-2024 Sam Lantinga <slouken@libsdl.org> + Copyright (C) 1997-2025 Sam Lantinga <slouken@libsdl.org> This software is provided 'as-is', without any express or implied warranty. In no event will the authors be held liable for any damages diff --git a/vs2019_project/ft2-clone/sdl/include/SDL2/SDL_opengles.h b/vs2019_project/ft2-clone/sdl/include/SDL2/SDL_opengles.h @@ -1,6 +1,6 @@ /* Simple DirectMedia Layer - Copyright (C) 1997-2024 Sam Lantinga <slouken@libsdl.org> + Copyright (C) 1997-2025 Sam Lantinga <slouken@libsdl.org> This software is provided 'as-is', without any express or implied warranty. In no event will the authors be held liable for any damages diff --git a/vs2019_project/ft2-clone/sdl/include/SDL2/SDL_opengles2.h b/vs2019_project/ft2-clone/sdl/include/SDL2/SDL_opengles2.h @@ -1,6 +1,6 @@ /* Simple DirectMedia Layer - Copyright (C) 1997-2024 Sam Lantinga <slouken@libsdl.org> + Copyright (C) 1997-2025 Sam Lantinga <slouken@libsdl.org> This software is provided 'as-is', without any express or implied warranty. In no event will the authors be held liable for any damages diff --git a/vs2019_project/ft2-clone/sdl/include/SDL2/SDL_pixels.h b/vs2019_project/ft2-clone/sdl/include/SDL2/SDL_pixels.h @@ -1,6 +1,6 @@ /* Simple DirectMedia Layer - Copyright (C) 1997-2024 Sam Lantinga <slouken@libsdl.org> + Copyright (C) 1997-2025 Sam Lantinga <slouken@libsdl.org> This software is provided 'as-is', without any express or implied warranty. In no event will the authors be held liable for any damages diff --git a/vs2019_project/ft2-clone/sdl/include/SDL2/SDL_platform.h b/vs2019_project/ft2-clone/sdl/include/SDL2/SDL_platform.h @@ -1,6 +1,6 @@ /* Simple DirectMedia Layer - Copyright (C) 1997-2024 Sam Lantinga <slouken@libsdl.org> + Copyright (C) 1997-2025 Sam Lantinga <slouken@libsdl.org> This software is provided 'as-is', without any express or implied warranty. In no event will the authors be held liable for any damages diff --git a/vs2019_project/ft2-clone/sdl/include/SDL2/SDL_power.h b/vs2019_project/ft2-clone/sdl/include/SDL2/SDL_power.h @@ -1,6 +1,6 @@ /* Simple DirectMedia Layer - Copyright (C) 1997-2024 Sam Lantinga <slouken@libsdl.org> + Copyright (C) 1997-2025 Sam Lantinga <slouken@libsdl.org> This software is provided 'as-is', without any express or implied warranty. In no event will the authors be held liable for any damages diff --git a/vs2019_project/ft2-clone/sdl/include/SDL2/SDL_quit.h b/vs2019_project/ft2-clone/sdl/include/SDL2/SDL_quit.h @@ -1,6 +1,6 @@ /* Simple DirectMedia Layer - Copyright (C) 1997-2024 Sam Lantinga <slouken@libsdl.org> + Copyright (C) 1997-2025 Sam Lantinga <slouken@libsdl.org> This software is provided 'as-is', without any express or implied warranty. In no event will the authors be held liable for any damages diff --git a/vs2019_project/ft2-clone/sdl/include/SDL2/SDL_rect.h b/vs2019_project/ft2-clone/sdl/include/SDL2/SDL_rect.h @@ -1,6 +1,6 @@ /* Simple DirectMedia Layer - Copyright (C) 1997-2024 Sam Lantinga <slouken@libsdl.org> + Copyright (C) 1997-2025 Sam Lantinga <slouken@libsdl.org> This software is provided 'as-is', without any express or implied warranty. In no event will the authors be held liable for any damages diff --git a/vs2019_project/ft2-clone/sdl/include/SDL2/SDL_render.h b/vs2019_project/ft2-clone/sdl/include/SDL2/SDL_render.h @@ -1,6 +1,6 @@ /* Simple DirectMedia Layer - Copyright (C) 1997-2024 Sam Lantinga <slouken@libsdl.org> + Copyright (C) 1997-2025 Sam Lantinga <slouken@libsdl.org> This software is provided 'as-is', without any express or implied warranty. In no event will the authors be held liable for any damages diff --git a/vs2019_project/ft2-clone/sdl/include/SDL2/SDL_rwops.h b/vs2019_project/ft2-clone/sdl/include/SDL2/SDL_rwops.h @@ -1,6 +1,6 @@ /* Simple DirectMedia Layer - Copyright (C) 1997-2024 Sam Lantinga <slouken@libsdl.org> + Copyright (C) 1997-2025 Sam Lantinga <slouken@libsdl.org> This software is provided 'as-is', without any express or implied warranty. In no event will the authors be held liable for any damages diff --git a/vs2019_project/ft2-clone/sdl/include/SDL2/SDL_scancode.h b/vs2019_project/ft2-clone/sdl/include/SDL2/SDL_scancode.h @@ -1,6 +1,6 @@ /* Simple DirectMedia Layer - Copyright (C) 1997-2024 Sam Lantinga <slouken@libsdl.org> + Copyright (C) 1997-2025 Sam Lantinga <slouken@libsdl.org> This software is provided 'as-is', without any express or implied warranty. In no event will the authors be held liable for any damages diff --git a/vs2019_project/ft2-clone/sdl/include/SDL2/SDL_sensor.h b/vs2019_project/ft2-clone/sdl/include/SDL2/SDL_sensor.h @@ -1,6 +1,6 @@ /* Simple DirectMedia Layer - Copyright (C) 1997-2024 Sam Lantinga <slouken@libsdl.org> + Copyright (C) 1997-2025 Sam Lantinga <slouken@libsdl.org> This software is provided 'as-is', without any express or implied warranty. In no event will the authors be held liable for any damages diff --git a/vs2019_project/ft2-clone/sdl/include/SDL2/SDL_shape.h b/vs2019_project/ft2-clone/sdl/include/SDL2/SDL_shape.h @@ -1,6 +1,6 @@ /* Simple DirectMedia Layer - Copyright (C) 1997-2024 Sam Lantinga <slouken@libsdl.org> + Copyright (C) 1997-2025 Sam Lantinga <slouken@libsdl.org> This software is provided 'as-is', without any express or implied warranty. In no event will the authors be held liable for any damages diff --git a/vs2019_project/ft2-clone/sdl/include/SDL2/SDL_stdinc.h b/vs2019_project/ft2-clone/sdl/include/SDL2/SDL_stdinc.h @@ -1,6 +1,6 @@ /* Simple DirectMedia Layer - Copyright (C) 1997-2024 Sam Lantinga <slouken@libsdl.org> + Copyright (C) 1997-2025 Sam Lantinga <slouken@libsdl.org> This software is provided 'as-is', without any express or implied warranty. In no event will the authors be held liable for any damages diff --git a/vs2019_project/ft2-clone/sdl/include/SDL2/SDL_surface.h b/vs2019_project/ft2-clone/sdl/include/SDL2/SDL_surface.h @@ -1,6 +1,6 @@ /* Simple DirectMedia Layer - Copyright (C) 1997-2024 Sam Lantinga <slouken@libsdl.org> + Copyright (C) 1997-2025 Sam Lantinga <slouken@libsdl.org> This software is provided 'as-is', without any express or implied warranty. In no event will the authors be held liable for any damages diff --git a/vs2019_project/ft2-clone/sdl/include/SDL2/SDL_system.h b/vs2019_project/ft2-clone/sdl/include/SDL2/SDL_system.h @@ -1,6 +1,6 @@ /* Simple DirectMedia Layer - Copyright (C) 1997-2024 Sam Lantinga <slouken@libsdl.org> + Copyright (C) 1997-2025 Sam Lantinga <slouken@libsdl.org> This software is provided 'as-is', without any express or implied warranty. In no event will the authors be held liable for any damages diff --git a/vs2019_project/ft2-clone/sdl/include/SDL2/SDL_syswm.h b/vs2019_project/ft2-clone/sdl/include/SDL2/SDL_syswm.h @@ -1,6 +1,6 @@ /* Simple DirectMedia Layer - Copyright (C) 1997-2024 Sam Lantinga <slouken@libsdl.org> + Copyright (C) 1997-2025 Sam Lantinga <slouken@libsdl.org> This software is provided 'as-is', without any express or implied warranty. In no event will the authors be held liable for any damages diff --git a/vs2019_project/ft2-clone/sdl/include/SDL2/SDL_test.h b/vs2019_project/ft2-clone/sdl/include/SDL2/SDL_test.h @@ -1,6 +1,6 @@ /* Simple DirectMedia Layer - Copyright (C) 1997-2024 Sam Lantinga <slouken@libsdl.org> + Copyright (C) 1997-2025 Sam Lantinga <slouken@libsdl.org> This software is provided 'as-is', without any express or implied warranty. In no event will the authors be held liable for any damages diff --git a/vs2019_project/ft2-clone/sdl/include/SDL2/SDL_test_assert.h b/vs2019_project/ft2-clone/sdl/include/SDL2/SDL_test_assert.h @@ -1,6 +1,6 @@ /* Simple DirectMedia Layer - Copyright (C) 1997-2024 Sam Lantinga <slouken@libsdl.org> + Copyright (C) 1997-2025 Sam Lantinga <slouken@libsdl.org> This software is provided 'as-is', without any express or implied warranty. In no event will the authors be held liable for any damages diff --git a/vs2019_project/ft2-clone/sdl/include/SDL2/SDL_test_common.h b/vs2019_project/ft2-clone/sdl/include/SDL2/SDL_test_common.h @@ -1,6 +1,6 @@ /* Simple DirectMedia Layer - Copyright (C) 1997-2024 Sam Lantinga <slouken@libsdl.org> + Copyright (C) 1997-2025 Sam Lantinga <slouken@libsdl.org> This software is provided 'as-is', without any express or implied warranty. In no event will the authors be held liable for any damages diff --git a/vs2019_project/ft2-clone/sdl/include/SDL2/SDL_test_compare.h b/vs2019_project/ft2-clone/sdl/include/SDL2/SDL_test_compare.h @@ -1,6 +1,6 @@ /* Simple DirectMedia Layer - Copyright (C) 1997-2024 Sam Lantinga <slouken@libsdl.org> + Copyright (C) 1997-2025 Sam Lantinga <slouken@libsdl.org> This software is provided 'as-is', without any express or implied warranty. In no event will the authors be held liable for any damages diff --git a/vs2019_project/ft2-clone/sdl/include/SDL2/SDL_test_crc32.h b/vs2019_project/ft2-clone/sdl/include/SDL2/SDL_test_crc32.h @@ -1,6 +1,6 @@ /* Simple DirectMedia Layer - Copyright (C) 1997-2024 Sam Lantinga <slouken@libsdl.org> + Copyright (C) 1997-2025 Sam Lantinga <slouken@libsdl.org> This software is provided 'as-is', without any express or implied warranty. In no event will the authors be held liable for any damages diff --git a/vs2019_project/ft2-clone/sdl/include/SDL2/SDL_test_font.h b/vs2019_project/ft2-clone/sdl/include/SDL2/SDL_test_font.h @@ -1,6 +1,6 @@ /* Simple DirectMedia Layer - Copyright (C) 1997-2024 Sam Lantinga <slouken@libsdl.org> + Copyright (C) 1997-2025 Sam Lantinga <slouken@libsdl.org> This software is provided 'as-is', without any express or implied warranty. In no event will the authors be held liable for any damages diff --git a/vs2019_project/ft2-clone/sdl/include/SDL2/SDL_test_fuzzer.h b/vs2019_project/ft2-clone/sdl/include/SDL2/SDL_test_fuzzer.h @@ -1,6 +1,6 @@ /* Simple DirectMedia Layer - Copyright (C) 1997-2024 Sam Lantinga <slouken@libsdl.org> + Copyright (C) 1997-2025 Sam Lantinga <slouken@libsdl.org> This software is provided 'as-is', without any express or implied warranty. In no event will the authors be held liable for any damages diff --git a/vs2019_project/ft2-clone/sdl/include/SDL2/SDL_test_harness.h b/vs2019_project/ft2-clone/sdl/include/SDL2/SDL_test_harness.h @@ -1,6 +1,6 @@ /* Simple DirectMedia Layer - Copyright (C) 1997-2024 Sam Lantinga <slouken@libsdl.org> + Copyright (C) 1997-2025 Sam Lantinga <slouken@libsdl.org> This software is provided 'as-is', without any express or implied warranty. In no event will the authors be held liable for any damages diff --git a/vs2019_project/ft2-clone/sdl/include/SDL2/SDL_test_images.h b/vs2019_project/ft2-clone/sdl/include/SDL2/SDL_test_images.h @@ -1,6 +1,6 @@ /* Simple DirectMedia Layer - Copyright (C) 1997-2024 Sam Lantinga <slouken@libsdl.org> + Copyright (C) 1997-2025 Sam Lantinga <slouken@libsdl.org> This software is provided 'as-is', without any express or implied warranty. In no event will the authors be held liable for any damages diff --git a/vs2019_project/ft2-clone/sdl/include/SDL2/SDL_test_log.h b/vs2019_project/ft2-clone/sdl/include/SDL2/SDL_test_log.h @@ -1,6 +1,6 @@ /* Simple DirectMedia Layer - Copyright (C) 1997-2024 Sam Lantinga <slouken@libsdl.org> + Copyright (C) 1997-2025 Sam Lantinga <slouken@libsdl.org> This software is provided 'as-is', without any express or implied warranty. In no event will the authors be held liable for any damages diff --git a/vs2019_project/ft2-clone/sdl/include/SDL2/SDL_test_md5.h b/vs2019_project/ft2-clone/sdl/include/SDL2/SDL_test_md5.h @@ -1,6 +1,6 @@ /* Simple DirectMedia Layer - Copyright (C) 1997-2024 Sam Lantinga <slouken@libsdl.org> + Copyright (C) 1997-2025 Sam Lantinga <slouken@libsdl.org> This software is provided 'as-is', without any express or implied warranty. In no event will the authors be held liable for any damages diff --git a/vs2019_project/ft2-clone/sdl/include/SDL2/SDL_test_memory.h b/vs2019_project/ft2-clone/sdl/include/SDL2/SDL_test_memory.h @@ -1,6 +1,6 @@ /* Simple DirectMedia Layer - Copyright (C) 1997-2024 Sam Lantinga <slouken@libsdl.org> + Copyright (C) 1997-2025 Sam Lantinga <slouken@libsdl.org> This software is provided 'as-is', without any express or implied warranty. In no event will the authors be held liable for any damages diff --git a/vs2019_project/ft2-clone/sdl/include/SDL2/SDL_test_random.h b/vs2019_project/ft2-clone/sdl/include/SDL2/SDL_test_random.h @@ -1,6 +1,6 @@ /* Simple DirectMedia Layer - Copyright (C) 1997-2024 Sam Lantinga <slouken@libsdl.org> + Copyright (C) 1997-2025 Sam Lantinga <slouken@libsdl.org> This software is provided 'as-is', without any express or implied warranty. In no event will the authors be held liable for any damages diff --git a/vs2019_project/ft2-clone/sdl/include/SDL2/SDL_thread.h b/vs2019_project/ft2-clone/sdl/include/SDL2/SDL_thread.h @@ -1,6 +1,6 @@ /* Simple DirectMedia Layer - Copyright (C) 1997-2024 Sam Lantinga <slouken@libsdl.org> + Copyright (C) 1997-2025 Sam Lantinga <slouken@libsdl.org> This software is provided 'as-is', without any express or implied warranty. In no event will the authors be held liable for any damages diff --git a/vs2019_project/ft2-clone/sdl/include/SDL2/SDL_timer.h b/vs2019_project/ft2-clone/sdl/include/SDL2/SDL_timer.h @@ -1,6 +1,6 @@ /* Simple DirectMedia Layer - Copyright (C) 1997-2024 Sam Lantinga <slouken@libsdl.org> + Copyright (C) 1997-2025 Sam Lantinga <slouken@libsdl.org> This software is provided 'as-is', without any express or implied warranty. In no event will the authors be held liable for any damages diff --git a/vs2019_project/ft2-clone/sdl/include/SDL2/SDL_touch.h b/vs2019_project/ft2-clone/sdl/include/SDL2/SDL_touch.h @@ -1,6 +1,6 @@ /* Simple DirectMedia Layer - Copyright (C) 1997-2024 Sam Lantinga <slouken@libsdl.org> + Copyright (C) 1997-2025 Sam Lantinga <slouken@libsdl.org> This software is provided 'as-is', without any express or implied warranty. In no event will the authors be held liable for any damages diff --git a/vs2019_project/ft2-clone/sdl/include/SDL2/SDL_types.h b/vs2019_project/ft2-clone/sdl/include/SDL2/SDL_types.h @@ -1,6 +1,6 @@ /* Simple DirectMedia Layer - Copyright (C) 1997-2024 Sam Lantinga <slouken@libsdl.org> + Copyright (C) 1997-2025 Sam Lantinga <slouken@libsdl.org> This software is provided 'as-is', without any express or implied warranty. In no event will the authors be held liable for any damages diff --git a/vs2019_project/ft2-clone/sdl/include/SDL2/SDL_version.h b/vs2019_project/ft2-clone/sdl/include/SDL2/SDL_version.h @@ -1,6 +1,6 @@ /* Simple DirectMedia Layer - Copyright (C) 1997-2024 Sam Lantinga <slouken@libsdl.org> + Copyright (C) 1997-2025 Sam Lantinga <slouken@libsdl.org> This software is provided 'as-is', without any express or implied warranty. In no event will the authors be held liable for any damages @@ -59,7 +59,7 @@ typedef struct SDL_version */ #define SDL_MAJOR_VERSION 2 #define SDL_MINOR_VERSION 30 -#define SDL_PATCHLEVEL 10 +#define SDL_PATCHLEVEL 12 /** * Macro to determine SDL version program was compiled against. diff --git a/vs2019_project/ft2-clone/sdl/include/SDL2/SDL_video.h b/vs2019_project/ft2-clone/sdl/include/SDL2/SDL_video.h @@ -1,6 +1,6 @@ /* Simple DirectMedia Layer - Copyright (C) 1997-2024 Sam Lantinga <slouken@libsdl.org> + Copyright (C) 1997-2025 Sam Lantinga <slouken@libsdl.org> This software is provided 'as-is', without any express or implied warranty. In no event will the authors be held liable for any damages diff --git a/vs2019_project/ft2-clone/sdl/include/SDL2/begin_code.h b/vs2019_project/ft2-clone/sdl/include/SDL2/begin_code.h @@ -1,6 +1,6 @@ /* Simple DirectMedia Layer - Copyright (C) 1997-2024 Sam Lantinga <slouken@libsdl.org> + Copyright (C) 1997-2025 Sam Lantinga <slouken@libsdl.org> This software is provided 'as-is', without any express or implied warranty. In no event will the authors be held liable for any damages diff --git a/vs2019_project/ft2-clone/sdl/include/SDL2/close_code.h b/vs2019_project/ft2-clone/sdl/include/SDL2/close_code.h @@ -1,6 +1,6 @@ /* Simple DirectMedia Layer - Copyright (C) 1997-2024 Sam Lantinga <slouken@libsdl.org> + Copyright (C) 1997-2025 Sam Lantinga <slouken@libsdl.org> This software is provided 'as-is', without any express or implied warranty. In no event will the authors be held liable for any damages diff --git a/vs2019_project/ft2-clone/sdl/lib/SDL2.lib b/vs2019_project/ft2-clone/sdl/lib/SDL2.lib Binary files differ. diff --git a/vs2019_project/ft2-clone/sdl/lib/SDL2main.lib b/vs2019_project/ft2-clone/sdl/lib/SDL2main.lib Binary files differ. diff --git a/vs2019_project/ft2-clone/sdl/lib64/SDL2.lib b/vs2019_project/ft2-clone/sdl/lib64/SDL2.lib Binary files differ. diff --git a/vs2019_project/ft2-clone/sdl/lib64/SDL2main.lib b/vs2019_project/ft2-clone/sdl/lib64/SDL2main.lib Binary files differ. diff --git a/vs2019_project/x64/Debug/SDL2.dll b/vs2019_project/x64/Debug/SDL2.dll Binary files differ.