Updated SDL 1.3 to the latest libsdl.org - it's now named SDL2
This commit is contained in:
2
project/jni/sdl-1.3/src/stdlib/SDL_getenv.c
Normal file → Executable file
2
project/jni/sdl-1.3/src/stdlib/SDL_getenv.c
Normal file → Executable file
@@ -1,6 +1,6 @@
|
||||
/*
|
||||
Simple DirectMedia Layer
|
||||
Copyright (C) 1997-2011 Sam Lantinga <slouken@libsdl.org>
|
||||
Copyright (C) 1997-2012 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
|
||||
|
||||
2
project/jni/sdl-1.3/src/stdlib/SDL_iconv.c
Normal file → Executable file
2
project/jni/sdl-1.3/src/stdlib/SDL_iconv.c
Normal file → Executable file
@@ -1,6 +1,6 @@
|
||||
/*
|
||||
Simple DirectMedia Layer
|
||||
Copyright (C) 1997-2011 Sam Lantinga <slouken@libsdl.org>
|
||||
Copyright (C) 1997-2012 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
|
||||
|
||||
2
project/jni/sdl-1.3/src/stdlib/SDL_malloc.c
Normal file → Executable file
2
project/jni/sdl-1.3/src/stdlib/SDL_malloc.c
Normal file → Executable file
@@ -1,6 +1,6 @@
|
||||
/*
|
||||
Simple DirectMedia Layer
|
||||
Copyright (C) 1997-2011 Sam Lantinga <slouken@libsdl.org>
|
||||
Copyright (C) 1997-2012 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
|
||||
|
||||
@@ -49,11 +49,12 @@
|
||||
#include <string.h>
|
||||
*/
|
||||
#include "SDL_stdinc.h"
|
||||
#include "SDL_assert.h"
|
||||
|
||||
#ifdef assert
|
||||
#undef assert
|
||||
#endif
|
||||
#define assert(X)
|
||||
#define assert(X) SDL_assert(X)
|
||||
#ifdef malloc
|
||||
#undef malloc
|
||||
#endif
|
||||
|
||||
2
project/jni/sdl-1.3/src/stdlib/SDL_stdlib.c
Normal file → Executable file
2
project/jni/sdl-1.3/src/stdlib/SDL_stdlib.c
Normal file → Executable file
@@ -1,6 +1,6 @@
|
||||
/*
|
||||
Simple DirectMedia Layer
|
||||
Copyright (C) 1997-2011 Sam Lantinga <slouken@libsdl.org>
|
||||
Copyright (C) 1997-2012 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
|
||||
|
||||
2
project/jni/sdl-1.3/src/stdlib/SDL_string.c
Normal file → Executable file
2
project/jni/sdl-1.3/src/stdlib/SDL_string.c
Normal file → Executable file
@@ -1,6 +1,6 @@
|
||||
/*
|
||||
Simple DirectMedia Layer
|
||||
Copyright (C) 1997-2011 Sam Lantinga <slouken@libsdl.org>
|
||||
Copyright (C) 1997-2012 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
|
||||
|
||||
Reference in New Issue
Block a user