author | Ryan C. Gordon |
Tue, 09 Jul 2013 11:57:32 -0400 | |
changeset 7387 | 85303f85cb70 |
child 8149 | 681eb46b8ac4 |
child 8477 | ad08f0d710f3 |
permissions | -rw-r--r-- |
icculus@7387 | 1 |
/* |
icculus@7387 | 2 |
Simple DirectMedia Layer |
icculus@7387 | 3 |
Copyright (C) 1997-2013 Sam Lantinga <slouken@libsdl.org> |
icculus@7387 | 4 |
|
icculus@7387 | 5 |
This software is provided 'as-is', without any express or implied |
icculus@7387 | 6 |
warranty. In no event will the authors be held liable for any damages |
icculus@7387 | 7 |
arising from the use of this software. |
icculus@7387 | 8 |
|
icculus@7387 | 9 |
Permission is granted to anyone to use this software for any purpose, |
icculus@7387 | 10 |
including commercial applications, and to alter it and redistribute it |
icculus@7387 | 11 |
freely, subject to the following restrictions: |
icculus@7387 | 12 |
|
icculus@7387 | 13 |
1. The origin of this software must not be misrepresented; you must not |
icculus@7387 | 14 |
claim that you wrote the original software. If you use this software |
icculus@7387 | 15 |
in a product, an acknowledgment in the product documentation would be |
icculus@7387 | 16 |
appreciated but is not required. |
icculus@7387 | 17 |
2. Altered source versions must be plainly marked as such, and must not be |
icculus@7387 | 18 |
misrepresented as being the original software. |
icculus@7387 | 19 |
3. This notice may not be removed or altered from any source distribution. |
icculus@7387 | 20 |
*/ |
icculus@7387 | 21 |
|
icculus@7387 | 22 |
/** |
icculus@7387 | 23 |
* \file SDL_types.h |
icculus@7387 | 24 |
* |
icculus@7387 | 25 |
* \deprecated |
icculus@7387 | 26 |
*/ |
icculus@7387 | 27 |
|
icculus@7387 | 28 |
/* DEPRECATED */ |
icculus@7387 | 29 |
#include "SDL_stdinc.h" |