This repository has been archived by the owner. It is now read-only.
Permalink
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Browse files
Backout hg changset 898992405fa7; lots of things still use SDL_types.…
…h. :/ Will remove this again at some point in the future, though.
- Loading branch information
Showing
with
51 additions
and 1 deletion.
- +1 −0 Makefile.in
- +4 −0 VisualC/SDL/SDL_VS2008.vcproj
- +1 −0 VisualC/SDL/SDL_VS2010.vcxproj
- +1 −0 VisualC/SDL/SDL_VS2012.vcxproj
- +4 −0 Xcode-iOS/SDL/SDL.xcodeproj/project.pbxproj
- +2 −0 Xcode-iOS/Template/SDL iOS Application/___PROJECTNAME___.xcodeproj/project.pbxproj
- +8 −0 Xcode/SDL/SDL.xcodeproj/project.pbxproj
- +29 −0 include/SDL_types.h
- +1 −1 src/joystick/iphoneos/SDLUIAccelerationDelegate.h
@@ -0,0 +1,29 @@ | ||
/* | ||
Simple DirectMedia Layer | ||
Copyright (C) 1997-2013 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 | ||
arising from the use of this software. | ||
Permission is granted to anyone to use this software for any purpose, | ||
including commercial applications, and to alter it and redistribute it | ||
freely, subject to the following restrictions: | ||
1. The origin of this software must not be misrepresented; you must not | ||
claim that you wrote the original software. If you use this software | ||
in a product, an acknowledgment in the product documentation would be | ||
appreciated but is not required. | ||
2. Altered source versions must be plainly marked as such, and must not be | ||
misrepresented as being the original software. | ||
3. This notice may not be removed or altered from any source distribution. | ||
*/ | ||
|
||
/** | ||
* \file SDL_types.h | ||
* | ||
* \deprecated | ||
*/ | ||
|
||
/* DEPRECATED */ | ||
#include "SDL_stdinc.h" |