David's secret SDL2 magic sauce!
authorDavid Gow <[email protected]>
Mon, 7 Apr 2014 03:58:59 +0000 (11:58 +0800)
committerDavid Gow <[email protected]>
Mon, 7 Apr 2014 03:58:59 +0000 (11:58 +0800)
commit26524b787a61cb6d8bb5f2f6925855768ac9471f
treebc93a0a807750ddda297c51f939a932d3af94c25
parentfdc6f69d40cf7e872218ec48493534cc3b85c852
David's secret SDL2 magic sauce!
72 files changed:
contrib/include/SDL2/SDL.h [new file with mode: 0644]
contrib/include/SDL2/SDL_assert.h [new file with mode: 0644]
contrib/include/SDL2/SDL_atomic.h [new file with mode: 0644]
contrib/include/SDL2/SDL_audio.h [new file with mode: 0644]
contrib/include/SDL2/SDL_bits.h [new file with mode: 0644]
contrib/include/SDL2/SDL_blendmode.h [new file with mode: 0644]
contrib/include/SDL2/SDL_clipboard.h [new file with mode: 0644]
contrib/include/SDL2/SDL_config.h [new file with mode: 0644]
contrib/include/SDL2/SDL_cpuinfo.h [new file with mode: 0644]
contrib/include/SDL2/SDL_endian.h [new file with mode: 0644]
contrib/include/SDL2/SDL_error.h [new file with mode: 0644]
contrib/include/SDL2/SDL_events.h [new file with mode: 0644]
contrib/include/SDL2/SDL_filesystem.h [new file with mode: 0644]
contrib/include/SDL2/SDL_gamecontroller.h [new file with mode: 0644]
contrib/include/SDL2/SDL_gesture.h [new file with mode: 0644]
contrib/include/SDL2/SDL_haptic.h [new file with mode: 0644]
contrib/include/SDL2/SDL_hints.h [new file with mode: 0644]
contrib/include/SDL2/SDL_joystick.h [new file with mode: 0644]
contrib/include/SDL2/SDL_keyboard.h [new file with mode: 0644]
contrib/include/SDL2/SDL_keycode.h [new file with mode: 0644]
contrib/include/SDL2/SDL_loadso.h [new file with mode: 0644]
contrib/include/SDL2/SDL_log.h [new file with mode: 0644]
contrib/include/SDL2/SDL_main.h [new file with mode: 0644]
contrib/include/SDL2/SDL_messagebox.h [new file with mode: 0644]
contrib/include/SDL2/SDL_mouse.h [new file with mode: 0644]
contrib/include/SDL2/SDL_mutex.h [new file with mode: 0644]
contrib/include/SDL2/SDL_name.h [new file with mode: 0644]
contrib/include/SDL2/SDL_opengl.h [new file with mode: 0644]
contrib/include/SDL2/SDL_opengles.h [new file with mode: 0644]
contrib/include/SDL2/SDL_opengles2.h [new file with mode: 0644]
contrib/include/SDL2/SDL_pixels.h [new file with mode: 0644]
contrib/include/SDL2/SDL_platform.h [new file with mode: 0644]
contrib/include/SDL2/SDL_power.h [new file with mode: 0644]
contrib/include/SDL2/SDL_quit.h [new file with mode: 0644]
contrib/include/SDL2/SDL_rect.h [new file with mode: 0644]
contrib/include/SDL2/SDL_render.h [new file with mode: 0644]
contrib/include/SDL2/SDL_revision.h [new file with mode: 0644]
contrib/include/SDL2/SDL_rwops.h [new file with mode: 0644]
contrib/include/SDL2/SDL_scancode.h [new file with mode: 0644]
contrib/include/SDL2/SDL_shape.h [new file with mode: 0644]
contrib/include/SDL2/SDL_stdinc.h [new file with mode: 0644]
contrib/include/SDL2/SDL_surface.h [new file with mode: 0644]
contrib/include/SDL2/SDL_system.h [new file with mode: 0644]
contrib/include/SDL2/SDL_syswm.h [new file with mode: 0644]
contrib/include/SDL2/SDL_test.h [new file with mode: 0644]
contrib/include/SDL2/SDL_test_assert.h [new file with mode: 0644]
contrib/include/SDL2/SDL_test_common.h [new file with mode: 0644]
contrib/include/SDL2/SDL_test_compare.h [new file with mode: 0644]
contrib/include/SDL2/SDL_test_crc32.h [new file with mode: 0644]
contrib/include/SDL2/SDL_test_font.h [new file with mode: 0644]
contrib/include/SDL2/SDL_test_fuzzer.h [new file with mode: 0644]
contrib/include/SDL2/SDL_test_harness.h [new file with mode: 0644]
contrib/include/SDL2/SDL_test_images.h [new file with mode: 0644]
contrib/include/SDL2/SDL_test_log.h [new file with mode: 0644]
contrib/include/SDL2/SDL_test_md5.h [new file with mode: 0644]
contrib/include/SDL2/SDL_test_random.h [new file with mode: 0644]
contrib/include/SDL2/SDL_thread.h [new file with mode: 0644]
contrib/include/SDL2/SDL_timer.h [new file with mode: 0644]
contrib/include/SDL2/SDL_touch.h [new file with mode: 0644]
contrib/include/SDL2/SDL_types.h [new file with mode: 0644]
contrib/include/SDL2/SDL_version.h [new file with mode: 0644]
contrib/include/SDL2/SDL_video.h [new file with mode: 0644]
contrib/include/SDL2/begin_code.h [new file with mode: 0644]
contrib/include/SDL2/close_code.h [new file with mode: 0644]
contrib/lib/libSDL2-2.0.so.0 [new file with mode: 0755]
contrib/lib/libSDL2-2.0.so.0.2.1 [new file with mode: 0755]
contrib/lib/libSDL2.a [new file with mode: 0644]
contrib/lib/libSDL2.la [new file with mode: 0755]
contrib/lib/libSDL2.so [new file with mode: 0755]
contrib/lib/libSDL2_test.a [new file with mode: 0644]
contrib/lib/libSDL2main.a [new file with mode: 0644]
src/Makefile

UCC git Repository :: git.ucc.asn.au