SDL/include/SDL3
Sam Lantinga b5a92406eb Added infrastructure for renaming API functions
You can rename APIs using rename.py and all the code and documentation will be updated, and entries will be added to WhatsNew.txt and docs/README-migration.md.
e.g.
rename.py SDL_foo.h function SDL_CreateFoo SDL_FooCreate

SDL_oldnames.h is included in the SDL header, and if you define SDL_ENABLE_OLD_NAMES, will redefine the old API functions to call the new ones, and if not, will define them as a symbol letting you what the new API function is.
2022-12-23 11:00:11 -08:00
..
SDL.h Added infrastructure for renaming API functions 2022-12-23 11:00:11 -08:00
SDL_assert.h include: Renamed begin_code.h and close_code.h to have SDL_ prefixes. 2022-12-22 11:39:26 -05:00
SDL_atomic.h include: Renamed begin_code.h and close_code.h to have SDL_ prefixes. 2022-12-22 11:39:26 -05:00
SDL_audio.h include: Renamed begin_code.h and close_code.h to have SDL_ prefixes. 2022-12-22 11:39:26 -05:00
SDL_begin_code.h include: Renamed begin_code.h and close_code.h to have SDL_ prefixes. 2022-12-22 11:39:26 -05:00
SDL_bits.h include: Renamed begin_code.h and close_code.h to have SDL_ prefixes. 2022-12-22 11:39:26 -05:00
SDL_blendmode.h include: Renamed begin_code.h and close_code.h to have SDL_ prefixes. 2022-12-22 11:39:26 -05:00
SDL_clipboard.h include: Renamed begin_code.h and close_code.h to have SDL_ prefixes. 2022-12-22 11:39:26 -05:00
SDL_close_code.h include: Renamed begin_code.h and close_code.h to have SDL_ prefixes. 2022-12-22 11:39:26 -05:00
SDL_copying.h Switch header convention from #include "SDL.h" to #include <SDL3/SDLh> 2022-11-26 22:15:18 -08:00
SDL_cpuinfo.h cpu: Removed 3DNow! support and SDL_Has3DNow(). 2022-12-23 09:30:56 -08:00
SDL_egl.h Switch header convention from #include "SDL.h" to #include <SDL3/SDLh> 2022-11-26 22:15:18 -08:00
SDL_endian.h include: Renamed begin_code.h and close_code.h to have SDL_ prefixes. 2022-12-22 11:39:26 -05:00
SDL_error.h include: Renamed begin_code.h and close_code.h to have SDL_ prefixes. 2022-12-22 11:39:26 -05:00
SDL_events.h events: Make sure new display events don't overlap with sdl2-compat. 2022-12-22 11:47:54 -05:00
SDL_filesystem.h include: Renamed begin_code.h and close_code.h to have SDL_ prefixes. 2022-12-22 11:39:26 -05:00
SDL_gamecontroller.h include: Renamed begin_code.h and close_code.h to have SDL_ prefixes. 2022-12-22 11:39:26 -05:00
SDL_guid.h include: Renamed begin_code.h and close_code.h to have SDL_ prefixes. 2022-12-22 11:39:26 -05:00
SDL_haptic.h include: Renamed begin_code.h and close_code.h to have SDL_ prefixes. 2022-12-22 11:39:26 -05:00
SDL_hidapi.h include: Renamed begin_code.h and close_code.h to have SDL_ prefixes. 2022-12-22 11:39:26 -05:00
SDL_hints.h Add SDL_HINT_WINDOWS_ENABLE_MENU_MNEMONICS. 2022-12-22 10:06:02 -08:00
SDL_init.h include: Renamed begin_code.h and close_code.h to have SDL_ prefixes. 2022-12-22 11:39:26 -05:00
SDL_joystick.h include: Renamed begin_code.h and close_code.h to have SDL_ prefixes. 2022-12-22 11:39:26 -05:00
SDL_keyboard.h include: Renamed begin_code.h and close_code.h to have SDL_ prefixes. 2022-12-22 11:39:26 -05:00
SDL_keycode.h Switch header convention from #include "SDL.h" to #include <SDL3/SDLh> 2022-11-26 22:15:18 -08:00
SDL_loadso.h include: Renamed begin_code.h and close_code.h to have SDL_ prefixes. 2022-12-22 11:39:26 -05:00
SDL_locale.h include: Renamed begin_code.h and close_code.h to have SDL_ prefixes. 2022-12-22 11:39:26 -05:00
SDL_log.h include: Renamed begin_code.h and close_code.h to have SDL_ prefixes. 2022-12-22 11:39:26 -05:00
SDL_main.h include: Renamed begin_code.h and close_code.h to have SDL_ prefixes. 2022-12-22 11:39:26 -05:00
SDL_main_impl.h include: Renamed begin_code.h and close_code.h to have SDL_ prefixes. 2022-12-22 11:39:26 -05:00
SDL_messagebox.h include: Renamed begin_code.h and close_code.h to have SDL_ prefixes. 2022-12-22 11:39:26 -05:00
SDL_metal.h include: Renamed begin_code.h and close_code.h to have SDL_ prefixes. 2022-12-22 11:39:26 -05:00
SDL_misc.h include: Renamed begin_code.h and close_code.h to have SDL_ prefixes. 2022-12-22 11:39:26 -05:00
SDL_mouse.h include: Renamed begin_code.h and close_code.h to have SDL_ prefixes. 2022-12-22 11:39:26 -05:00
SDL_mutex.h include: Renamed begin_code.h and close_code.h to have SDL_ prefixes. 2022-12-22 11:39:26 -05:00
SDL_name.h Switch header convention from #include "SDL.h" to #include <SDL3/SDLh> 2022-11-26 22:15:18 -08:00
SDL_oldnames.h Added infrastructure for renaming API functions 2022-12-23 11:00:11 -08:00
SDL_opengl.h Switch header convention from #include "SDL.h" to #include <SDL3/SDLh> 2022-11-26 22:15:18 -08:00
SDL_opengl_glext.h Switch header convention from #include "SDL.h" to #include <SDL3/SDLh> 2022-11-26 22:15:18 -08:00
SDL_opengles.h Switch header convention from #include "SDL.h" to #include <SDL3/SDLh> 2022-11-26 22:15:18 -08:00
SDL_opengles2.h Switch header convention from #include "SDL.h" to #include <SDL3/SDLh> 2022-11-26 22:15:18 -08:00
SDL_opengles2_gl2.h Switch header convention from #include "SDL.h" to #include <SDL3/SDLh> 2022-11-26 22:15:18 -08:00
SDL_opengles2_gl2ext.h Switch header convention from #include "SDL.h" to #include <SDL3/SDLh> 2022-11-26 22:15:18 -08:00
SDL_opengles2_gl2platform.h Switch header convention from #include "SDL.h" to #include <SDL3/SDLh> 2022-11-26 22:15:18 -08:00
SDL_opengles2_khrplatform.h Switch header convention from #include "SDL.h" to #include <SDL3/SDLh> 2022-11-26 22:15:18 -08:00
SDL_pixels.h include: Renamed begin_code.h and close_code.h to have SDL_ prefixes. 2022-12-22 11:39:26 -05:00
SDL_platform.h include: Renamed begin_code.h and close_code.h to have SDL_ prefixes. 2022-12-22 11:39:26 -05:00
SDL_power.h include: Renamed begin_code.h and close_code.h to have SDL_ prefixes. 2022-12-22 11:39:26 -05:00
SDL_quit.h Switch header convention from #include "SDL.h" to #include <SDL3/SDLh> 2022-11-26 22:15:18 -08:00
SDL_rect.h include: Renamed begin_code.h and close_code.h to have SDL_ prefixes. 2022-12-22 11:39:26 -05:00
SDL_render.h include: Renamed begin_code.h and close_code.h to have SDL_ prefixes. 2022-12-22 11:39:26 -05:00
SDL_revision.h Switch header convention from #include "SDL.h" to #include <SDL3/SDLh> 2022-11-26 22:15:18 -08:00
SDL_rwops.h Add "SDL_" prefix to RW_SEEK macros 2022-12-23 09:25:37 -08:00
SDL_scancode.h Switch header convention from #include "SDL.h" to #include <SDL3/SDLh> 2022-11-26 22:15:18 -08:00
SDL_sensor.h include: Renamed begin_code.h and close_code.h to have SDL_ prefixes. 2022-12-22 11:39:26 -05:00
SDL_shape.h include: Renamed begin_code.h and close_code.h to have SDL_ prefixes. 2022-12-22 11:39:26 -05:00
SDL_stdinc.h include: Renamed begin_code.h and close_code.h to have SDL_ prefixes. 2022-12-22 11:39:26 -05:00
SDL_surface.h include: Renamed begin_code.h and close_code.h to have SDL_ prefixes. 2022-12-22 11:39:26 -05:00
SDL_system.h include: Renamed begin_code.h and close_code.h to have SDL_ prefixes. 2022-12-22 11:39:26 -05:00
SDL_syswm.h include: Renamed begin_code.h and close_code.h to have SDL_ prefixes. 2022-12-22 11:39:26 -05:00
SDL_test.h include: Renamed begin_code.h and close_code.h to have SDL_ prefixes. 2022-12-22 11:39:26 -05:00
SDL_test_assert.h include: Renamed begin_code.h and close_code.h to have SDL_ prefixes. 2022-12-22 11:39:26 -05:00
SDL_test_common.h include: Renamed begin_code.h and close_code.h to have SDL_ prefixes. 2022-12-22 11:39:26 -05:00
SDL_test_compare.h include: Renamed begin_code.h and close_code.h to have SDL_ prefixes. 2022-12-22 11:39:26 -05:00
SDL_test_crc32.h include: Renamed begin_code.h and close_code.h to have SDL_ prefixes. 2022-12-22 11:39:26 -05:00
SDL_test_font.h include: Renamed begin_code.h and close_code.h to have SDL_ prefixes. 2022-12-22 11:39:26 -05:00
SDL_test_fuzzer.h include: Renamed begin_code.h and close_code.h to have SDL_ prefixes. 2022-12-22 11:39:26 -05:00
SDL_test_harness.h include: Renamed begin_code.h and close_code.h to have SDL_ prefixes. 2022-12-22 11:39:26 -05:00
SDL_test_images.h include: Renamed begin_code.h and close_code.h to have SDL_ prefixes. 2022-12-22 11:39:26 -05:00
SDL_test_log.h include: Renamed begin_code.h and close_code.h to have SDL_ prefixes. 2022-12-22 11:39:26 -05:00
SDL_test_md5.h include: Renamed begin_code.h and close_code.h to have SDL_ prefixes. 2022-12-22 11:39:26 -05:00
SDL_test_memory.h include: Renamed begin_code.h and close_code.h to have SDL_ prefixes. 2022-12-22 11:39:26 -05:00
SDL_test_random.h include: Renamed begin_code.h and close_code.h to have SDL_ prefixes. 2022-12-22 11:39:26 -05:00
SDL_thread.h include: Renamed begin_code.h and close_code.h to have SDL_ prefixes. 2022-12-22 11:39:26 -05:00
SDL_timer.h include: Renamed begin_code.h and close_code.h to have SDL_ prefixes. 2022-12-22 11:39:26 -05:00
SDL_touch.h include: Renamed begin_code.h and close_code.h to have SDL_ prefixes. 2022-12-22 11:39:26 -05:00
SDL_version.h include: Renamed begin_code.h and close_code.h to have SDL_ prefixes. 2022-12-22 11:39:26 -05:00
SDL_video.h include: Renamed begin_code.h and close_code.h to have SDL_ prefixes. 2022-12-22 11:39:26 -05:00
SDL_vulkan.h include: Renamed begin_code.h and close_code.h to have SDL_ prefixes. 2022-12-22 11:39:26 -05:00