SDL-mirror/include
2011-04-04 09:29:13 -07:00
..
begin_code.h Happy 2011! :) 2011-02-11 22:37:15 -08:00
close_code.h Happy 2011! :) 2011-02-11 22:37:15 -08:00
doxyfile Only document the public API, not the whole source tree. 2011-01-27 07:05:13 -08:00
SDL.h Add assertions to the default API set. 2011-02-19 11:23:41 -08:00
SDL_assert.h Fixed error because intrin.h contains C++ code and can't be included in an extern "C" block. 2011-03-15 19:37:38 -07:00
SDL_atomic.h Happy 2011! :) 2011-02-11 22:37:15 -08:00
SDL_audio.h Happy 2011! :) 2011-02-11 22:37:15 -08:00
SDL_blendmode.h Happy 2011! :) 2011-02-11 22:37:15 -08:00
SDL_clipboard.h Happy 2011! :) 2011-02-11 22:37:15 -08:00
SDL_compat.h Happy 2011! :) 2011-02-11 22:37:15 -08:00
SDL_config.h The file is actually SDL_config.h now. 2011-02-17 19:00:29 -08:00
SDL_config.h.in SDL 1.3 requires a 64-bit type for the platform. 2011-03-25 13:47:49 -07:00
SDL_config_android.h SDL 1.3 requires a 64-bit type for the platform. 2011-03-25 13:47:49 -07:00
SDL_config_iphoneos.h SDL 1.3 requires a 64-bit type for the platform. 2011-03-25 13:47:49 -07:00
SDL_config_macosx.h SDL 1.3 requires a 64-bit type for the platform. 2011-03-25 13:47:49 -07:00
SDL_config_minimal.h SDL 1.3 requires a 64-bit type for the platform. 2011-03-25 13:47:49 -07:00
SDL_config_nintendods.h SDL 1.3 requires a 64-bit type for the platform. 2011-03-25 13:47:49 -07:00
SDL_config_pandora.h SDL 1.3 requires a 64-bit type for the platform. 2011-03-25 13:47:49 -07:00
SDL_config_windows.h SDL 1.3 requires a 64-bit type for the platform. 2011-03-25 13:47:49 -07:00
SDL_config_wiz.h SDL 1.3 requires a 64-bit type for the platform. 2011-03-25 13:47:49 -07:00
SDL_copying.h Happy 2011! :) 2011-02-11 22:37:15 -08:00
SDL_cpuinfo.h The MMX and 3DNow! instructions can't be compiled by 64-bit Visual Studio. 2011-03-07 22:04:10 -08:00
SDL_endian.h SDL 1.3 requires a 64-bit type for the platform. 2011-03-25 13:47:49 -07:00
SDL_error.h Happy 2011! :) 2011-02-11 22:37:15 -08:00
SDL_events.h Happy 2011! :) 2011-02-11 22:37:15 -08:00
SDL_gesture.h Happy 2011! :) 2011-02-11 22:37:15 -08:00
SDL_haptic.h Simple rumble API for haptic 2011-02-20 10:54:44 -08:00
SDL_hints.h Added the SDL_HINT_RENDER_SCALE_QUALITY hint, which defaults to nearest pixel sampling. 2011-03-13 11:18:35 -07:00
SDL_input.h Happy 2011! :) 2011-02-11 22:37:15 -08:00
SDL_joystick.h Happy 2011! :) 2011-02-11 22:37:15 -08:00
SDL_keyboard.h Renamed SDL_keysym.h to SDL_keycode.h to avoid confusion. 2011-02-16 15:46:12 -08:00
SDL_keycode.h Renamed SDL_keysym.h to SDL_keycode.h to avoid confusion. 2011-02-16 15:46:12 -08:00
SDL_loadso.h Happy 2011! :) 2011-02-11 22:37:15 -08:00
SDL_log.h Added missing log debug function 2011-02-19 11:23:56 -08:00
SDL_main.h Allow you to override SDL's main override 2011-02-16 12:27:29 -08:00
SDL_mouse.h Added a function to create color cursors: SDL_CreateColorCursor() 2011-03-11 14:14:38 -08:00
SDL_mutex.h Happy 2011! :) 2011-02-11 22:37:15 -08:00
SDL_name.h Added a new header file: SDL_loadso.h 2002-03-06 05:20:11 +00:00
SDL_opengl.h Happy 2011! :) 2011-02-11 22:37:15 -08:00
SDL_opengles.h Happy 2011! :) 2011-02-11 22:37:15 -08:00
SDL_opengles2.h Happy 2011! :) 2011-02-11 22:37:15 -08:00
SDL_pixels.h Gamma support is back! 2011-03-11 08:49:20 -08:00
SDL_platform.h Happy 2011! :) 2011-02-11 22:37:15 -08:00
SDL_power.h Happy 2011! :) 2011-02-11 22:37:15 -08:00
SDL_quit.h Happy 2011! :) 2011-02-11 22:37:15 -08:00
SDL_rect.h Happy 2011! :) 2011-02-11 22:37:15 -08:00
SDL_render.h Added SDL_GetRenderer() 2011-04-04 09:29:13 -07:00
SDL_revision.h Added a revision number for easy compile-time tests. 2011-02-20 10:42:51 -08:00
SDL_rwops.h Happy 2011! :) 2011-02-11 22:37:15 -08:00
SDL_scancode.h Happy 2011! :) 2011-02-11 22:37:15 -08:00
SDL_shape.h Finally got the Win32 API code for shaping to work! Just need to fix SDL_CalculateShapeTree() now! 2010-08-14 16:14:36 -04:00
SDL_stdinc.h SDL 1.3 requires a 64-bit type for the platform. 2011-03-25 13:47:49 -07:00
SDL_surface.h Split SDL_BlitScaled into SDL_UpperBlitScaled and SDL_LowerBlitScaled. 2011-03-13 22:38:41 -05:00
SDL_syswm.h Happy 2011! :) 2011-02-11 22:37:15 -08:00
SDL_thread.h The API sets the priority for the current thread, not an arbitrary thread. 2011-03-25 12:44:06 -07:00
SDL_timer.h Added high resolution timing API: SDL_GetPerformanceCounter(), SDL_GetPerformanceFrequency() 2011-03-25 14:45:04 -07:00
SDL_touch.h Happy 2011! :) 2011-02-11 22:37:15 -08:00
SDL_types.h Happy 2011! :) 2011-02-11 22:37:15 -08:00
SDL_version.h Added a revision number for easy compile-time tests. 2011-02-20 10:42:51 -08:00
SDL_video.h Fixed related function documentation 2011-03-22 10:48:33 -07:00