1 /* |
1 /* |
2 SDL - Simple DirectMedia Layer |
2 Simple DirectMedia Layer |
3 Copyright (C) 1997-2011 Sam Lantinga |
3 Copyright (C) 1997-2011 Sam Lantinga <slouken@libsdl.org> |
4 |
4 |
5 This library is free software; you can redistribute it and/or |
5 This software is provided 'as-is', without any express or implied |
6 modify it under the terms of the GNU Lesser General Public |
6 warranty. In no event will the authors be held liable for any damages |
7 License as published by the Free Software Foundation; either |
7 arising from the use of this software. |
8 version 2.1 of the License, or (at your option) any later version. |
8 |
9 |
9 Permission is granted to anyone to use this software for any purpose, |
10 This library is distributed in the hope that it will be useful, |
10 including commercial applications, and to alter it and redistribute it |
11 but WITHOUT ANY WARRANTY; without even the implied warranty of |
11 freely, subject to the following restrictions: |
12 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU |
12 |
13 Lesser General Public License for more details. |
13 1. The origin of this software must not be misrepresented; you must not |
14 |
14 claim that you wrote the original software. If you use this software |
15 You should have received a copy of the GNU Lesser General Public |
15 in a product, an acknowledgment in the product documentation would be |
16 License along with this library; if not, write to the Free Software |
16 appreciated but is not required. |
17 Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA |
17 2. Altered source versions must be plainly marked as such, and must not be |
18 |
18 misrepresented as being the original software. |
19 Sam Lantinga |
19 3. This notice may not be removed or altered from any source distribution. |
20 slouken@libsdl.org |
|
21 */ |
20 */ |
22 |
21 |
23 #ifndef _SDL_assert_h |
22 #ifndef _SDL_assert_h |
24 #define _SDL_assert_h |
23 #define _SDL_assert_h |
25 |
24 |