SDL2/include/SDL3
Sam Lantinga e9b86eebf3 Functions which return function pointers now return SDL_FunctionPointer instead of void*
This fixes the clang warning "Cast between pointer-to-function and pointer-to-object is an extension"

You can define SDL_FUNCTION_POINTER_IS_VOID_POINTER in your project to restore the previous behavior.

Fixes https://github.com/libsdl-org/SDL/issues/2866
2023-01-09 15:46:21 -08:00
..
SDL.h Updated copyright for 2023 2023-01-09 09:41:41 -08:00
SDL_assert.h Updated copyright for 2023 2023-01-09 09:41:41 -08:00
SDL_atomic.h Updated copyright for 2023 2023-01-09 09:41:41 -08:00
SDL_audio.h Updated copyright for 2023 2023-01-09 09:41:41 -08:00
SDL_begin_code.h Updated copyright for 2023 2023-01-09 09:41:41 -08:00
SDL_bits.h Updated copyright for 2023 2023-01-09 09:41:41 -08:00
SDL_blendmode.h Updated copyright for 2023 2023-01-09 09:41:41 -08:00
SDL_clipboard.h Updated copyright for 2023 2023-01-09 09:41:41 -08:00
SDL_close_code.h Updated copyright for 2023 2023-01-09 09:41:41 -08:00
SDL_copying.h Updated copyright for 2023 2023-01-09 09:41:41 -08:00
SDL_cpuinfo.h Updated copyright for 2023 2023-01-09 09:41:41 -08:00
SDL_egl.h Updated copyright for 2023 2023-01-09 09:41:41 -08:00
SDL_endian.h Updated copyright for 2023 2023-01-09 09:41:41 -08:00
SDL_error.h Updated copyright for 2023 2023-01-09 09:41:41 -08:00
SDL_events.h Updated copyright for 2023 2023-01-09 09:41:41 -08:00
SDL_filesystem.h Updated copyright for 2023 2023-01-09 09:41:41 -08:00
SDL_gamepad.h Updated copyright for 2023 2023-01-09 09:41:41 -08:00
SDL_guid.h Updated copyright for 2023 2023-01-09 09:41:41 -08:00
SDL_haptic.h Updated copyright for 2023 2023-01-09 09:41:41 -08:00
SDL_hidapi.h Updated copyright for 2023 2023-01-09 09:41:41 -08:00
SDL_hints.h SDL_AddHintCallback() now returns a standard int result instead of void 2023-01-09 12:09:30 -08:00
SDL_init.h Updated copyright for 2023 2023-01-09 09:41:41 -08:00
SDL_joystick.h Updated copyright for 2023 2023-01-09 09:41:41 -08:00
SDL_keyboard.h Updated copyright for 2023 2023-01-09 09:41:41 -08:00
SDL_keycode.h Updated copyright for 2023 2023-01-09 09:41:41 -08:00
SDL_loadso.h Functions which return function pointers now return SDL_FunctionPointer instead of void* 2023-01-09 15:46:21 -08:00
SDL_locale.h Updated copyright for 2023 2023-01-09 09:41:41 -08:00
SDL_log.h Updated copyright for 2023 2023-01-09 09:41:41 -08:00
SDL_main.h Updated copyright for 2023 2023-01-09 09:41:41 -08:00
SDL_main_impl.h Updated copyright for 2023 2023-01-09 09:41:41 -08:00
SDL_messagebox.h Updated copyright for 2023 2023-01-09 09:41:41 -08:00
SDL_metal.h Updated copyright for 2023 2023-01-09 09:41:41 -08:00
SDL_misc.h Updated copyright for 2023 2023-01-09 09:41:41 -08:00
SDL_mouse.h Updated copyright for 2023 2023-01-09 09:41:41 -08:00
SDL_mutex.h Updated copyright for 2023 2023-01-09 09:41:41 -08:00
SDL_name.h Updated copyright for 2023 2023-01-09 09:41:41 -08:00
SDL_oldnames.h SDL_GetTicks64: entry added in SDL_ENABLE_OLD_NAMES 2023-01-09 21:59:50 +01:00
SDL_opengl.h Updated copyright for 2023 2023-01-09 09:41:41 -08:00
SDL_opengl_glext.h
SDL_opengles.h Updated copyright for 2023 2023-01-09 09:41:41 -08:00
SDL_opengles2.h Updated copyright for 2023 2023-01-09 09:41:41 -08:00
SDL_opengles2_gl2.h
SDL_opengles2_gl2ext.h
SDL_opengles2_gl2platform.h
SDL_opengles2_khrplatform.h
SDL_pixels.h Updated copyright for 2023 2023-01-09 09:41:41 -08:00
SDL_platform.h Updated copyright for 2023 2023-01-09 09:41:41 -08:00
SDL_platform_defines.h Updated copyright for 2023 2023-01-09 09:41:41 -08:00
SDL_power.h Updated copyright for 2023 2023-01-09 09:41:41 -08:00
SDL_quit.h Updated copyright for 2023 2023-01-09 09:41:41 -08:00
SDL_rect.h Updated copyright for 2023 2023-01-09 09:41:41 -08:00
SDL_render.h Updated copyright for 2023 2023-01-09 09:41:41 -08:00
SDL_revision.h Removed SDL_REVISION_NUMBER 2023-01-06 09:53:18 -08:00
SDL_rwops.h Updated copyright for 2023 2023-01-09 09:41:41 -08:00
SDL_scancode.h Updated copyright for 2023 2023-01-09 09:41:41 -08:00
SDL_sensor.h Updated copyright for 2023 2023-01-09 09:41:41 -08:00
SDL_shape.h Updated copyright for 2023 2023-01-09 09:41:41 -08:00
SDL_stdinc.h Functions which return function pointers now return SDL_FunctionPointer instead of void* 2023-01-09 15:46:21 -08:00
SDL_surface.h Updated copyright for 2023 2023-01-09 09:41:41 -08:00
SDL_system.h Updated copyright for 2023 2023-01-09 09:41:41 -08:00
SDL_syswm.h Updated copyright for 2023 2023-01-09 09:41:41 -08:00
SDL_test.h Updated copyright for 2023 2023-01-09 09:41:41 -08:00
SDL_test_assert.h Updated copyright for 2023 2023-01-09 09:41:41 -08:00
SDL_test_common.h Updated copyright for 2023 2023-01-09 09:41:41 -08:00
SDL_test_compare.h Updated copyright for 2023 2023-01-09 09:41:41 -08:00
SDL_test_crc32.h Updated copyright for 2023 2023-01-09 09:41:41 -08:00
SDL_test_font.h Updated copyright for 2023 2023-01-09 09:41:41 -08:00
SDL_test_fuzzer.h Updated copyright for 2023 2023-01-09 09:41:41 -08:00
SDL_test_harness.h Updated copyright for 2023 2023-01-09 09:41:41 -08:00
SDL_test_images.h Updated copyright for 2023 2023-01-09 09:41:41 -08:00
SDL_test_log.h Updated copyright for 2023 2023-01-09 09:41:41 -08:00
SDL_test_md5.h Updated copyright for 2023 2023-01-09 09:41:41 -08:00
SDL_test_memory.h Updated copyright for 2023 2023-01-09 09:41:41 -08:00
SDL_test_random.h Updated copyright for 2023 2023-01-09 09:41:41 -08:00
SDL_thread.h Updated copyright for 2023 2023-01-09 09:41:41 -08:00
SDL_timer.h Updated copyright for 2023 2023-01-09 09:41:41 -08:00
SDL_touch.h Updated copyright for 2023 2023-01-09 09:41:41 -08:00
SDL_version.h Updated copyright for 2023 2023-01-09 09:41:41 -08:00
SDL_video.h Functions which return function pointers now return SDL_FunctionPointer instead of void* 2023-01-09 15:46:21 -08:00
SDL_vulkan.h Functions which return function pointers now return SDL_FunctionPointer instead of void* 2023-01-09 15:46:21 -08:00