parent
287d2529bd
commit
7afed3e5ae
9 changed files with 1 additions and 51 deletions
|
@ -87,7 +87,6 @@ HDRS = \
|
||||||
SDL_thread.h \
|
SDL_thread.h \
|
||||||
SDL_timer.h \
|
SDL_timer.h \
|
||||||
SDL_touch.h \
|
SDL_touch.h \
|
||||||
SDL_types.h \
|
|
||||||
SDL_version.h \
|
SDL_version.h \
|
||||||
SDL_video.h \
|
SDL_video.h \
|
||||||
begin_code.h \
|
begin_code.h \
|
||||||
|
|
|
@ -559,10 +559,6 @@
|
||||||
RelativePath="..\..\include\SDL_touch.h"
|
RelativePath="..\..\include\SDL_touch.h"
|
||||||
>
|
>
|
||||||
</File>
|
</File>
|
||||||
<File
|
|
||||||
RelativePath="..\..\include\SDL_types.h"
|
|
||||||
>
|
|
||||||
</File>
|
|
||||||
<File
|
<File
|
||||||
RelativePath="..\..\include\SDL_version.h"
|
RelativePath="..\..\include\SDL_version.h"
|
||||||
>
|
>
|
||||||
|
|
|
@ -261,7 +261,6 @@
|
||||||
<ClInclude Include="..\..\include\SDL_thread.h" />
|
<ClInclude Include="..\..\include\SDL_thread.h" />
|
||||||
<ClInclude Include="..\..\include\SDL_timer.h" />
|
<ClInclude Include="..\..\include\SDL_timer.h" />
|
||||||
<ClInclude Include="..\..\include\SDL_touch.h" />
|
<ClInclude Include="..\..\include\SDL_touch.h" />
|
||||||
<ClInclude Include="..\..\include\SDL_types.h" />
|
|
||||||
<ClInclude Include="..\..\include\SDL_version.h" />
|
<ClInclude Include="..\..\include\SDL_version.h" />
|
||||||
<ClInclude Include="..\..\include\SDL_video.h" />
|
<ClInclude Include="..\..\include\SDL_video.h" />
|
||||||
<ClInclude Include="..\..\src\core\windows\SDL_windows.h" />
|
<ClInclude Include="..\..\src\core\windows\SDL_windows.h" />
|
||||||
|
|
|
@ -264,7 +264,6 @@
|
||||||
<ClInclude Include="..\..\include\SDL_thread.h" />
|
<ClInclude Include="..\..\include\SDL_thread.h" />
|
||||||
<ClInclude Include="..\..\include\SDL_timer.h" />
|
<ClInclude Include="..\..\include\SDL_timer.h" />
|
||||||
<ClInclude Include="..\..\include\SDL_touch.h" />
|
<ClInclude Include="..\..\include\SDL_touch.h" />
|
||||||
<ClInclude Include="..\..\include\SDL_types.h" />
|
|
||||||
<ClInclude Include="..\..\include\SDL_version.h" />
|
<ClInclude Include="..\..\include\SDL_version.h" />
|
||||||
<ClInclude Include="..\..\include\SDL_video.h" />
|
<ClInclude Include="..\..\include\SDL_video.h" />
|
||||||
<ClInclude Include="..\..\include\SDL_gamecontroller.h" />
|
<ClInclude Include="..\..\include\SDL_gamecontroller.h" />
|
||||||
|
|
|
@ -128,7 +128,6 @@
|
||||||
AA7558C41595D55500BBD41B /* SDL_thread.h in Headers */ = {isa = PBXBuildFile; fileRef = AA7558911595D55500BBD41B /* SDL_thread.h */; };
|
AA7558C41595D55500BBD41B /* SDL_thread.h in Headers */ = {isa = PBXBuildFile; fileRef = AA7558911595D55500BBD41B /* SDL_thread.h */; };
|
||||||
AA7558C51595D55500BBD41B /* SDL_timer.h in Headers */ = {isa = PBXBuildFile; fileRef = AA7558921595D55500BBD41B /* SDL_timer.h */; };
|
AA7558C51595D55500BBD41B /* SDL_timer.h in Headers */ = {isa = PBXBuildFile; fileRef = AA7558921595D55500BBD41B /* SDL_timer.h */; };
|
||||||
AA7558C61595D55500BBD41B /* SDL_touch.h in Headers */ = {isa = PBXBuildFile; fileRef = AA7558931595D55500BBD41B /* SDL_touch.h */; };
|
AA7558C61595D55500BBD41B /* SDL_touch.h in Headers */ = {isa = PBXBuildFile; fileRef = AA7558931595D55500BBD41B /* SDL_touch.h */; };
|
||||||
AA7558C71595D55500BBD41B /* SDL_types.h in Headers */ = {isa = PBXBuildFile; fileRef = AA7558941595D55500BBD41B /* SDL_types.h */; };
|
|
||||||
AA7558C81595D55500BBD41B /* SDL_version.h in Headers */ = {isa = PBXBuildFile; fileRef = AA7558951595D55500BBD41B /* SDL_version.h */; };
|
AA7558C81595D55500BBD41B /* SDL_version.h in Headers */ = {isa = PBXBuildFile; fileRef = AA7558951595D55500BBD41B /* SDL_version.h */; };
|
||||||
AA7558C91595D55500BBD41B /* SDL_video.h in Headers */ = {isa = PBXBuildFile; fileRef = AA7558961595D55500BBD41B /* SDL_video.h */; };
|
AA7558C91595D55500BBD41B /* SDL_video.h in Headers */ = {isa = PBXBuildFile; fileRef = AA7558961595D55500BBD41B /* SDL_video.h */; };
|
||||||
AA7558CA1595D55500BBD41B /* SDL.h in Headers */ = {isa = PBXBuildFile; fileRef = AA7558971595D55500BBD41B /* SDL.h */; };
|
AA7558CA1595D55500BBD41B /* SDL.h in Headers */ = {isa = PBXBuildFile; fileRef = AA7558971595D55500BBD41B /* SDL.h */; };
|
||||||
|
@ -320,7 +319,6 @@
|
||||||
AA7558911595D55500BBD41B /* SDL_thread.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = SDL_thread.h; sourceTree = "<group>"; };
|
AA7558911595D55500BBD41B /* SDL_thread.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = SDL_thread.h; sourceTree = "<group>"; };
|
||||||
AA7558921595D55500BBD41B /* SDL_timer.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = SDL_timer.h; sourceTree = "<group>"; };
|
AA7558921595D55500BBD41B /* SDL_timer.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = SDL_timer.h; sourceTree = "<group>"; };
|
||||||
AA7558931595D55500BBD41B /* SDL_touch.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = SDL_touch.h; sourceTree = "<group>"; };
|
AA7558931595D55500BBD41B /* SDL_touch.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = SDL_touch.h; sourceTree = "<group>"; };
|
||||||
AA7558941595D55500BBD41B /* SDL_types.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = SDL_types.h; sourceTree = "<group>"; };
|
|
||||||
AA7558951595D55500BBD41B /* SDL_version.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = SDL_version.h; sourceTree = "<group>"; };
|
AA7558951595D55500BBD41B /* SDL_version.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = SDL_version.h; sourceTree = "<group>"; };
|
||||||
AA7558961595D55500BBD41B /* SDL_video.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = SDL_video.h; sourceTree = "<group>"; };
|
AA7558961595D55500BBD41B /* SDL_video.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = SDL_video.h; sourceTree = "<group>"; };
|
||||||
AA7558971595D55500BBD41B /* SDL.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = SDL.h; sourceTree = "<group>"; };
|
AA7558971595D55500BBD41B /* SDL.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = SDL.h; sourceTree = "<group>"; };
|
||||||
|
@ -713,7 +711,6 @@
|
||||||
AA7558911595D55500BBD41B /* SDL_thread.h */,
|
AA7558911595D55500BBD41B /* SDL_thread.h */,
|
||||||
AA7558921595D55500BBD41B /* SDL_timer.h */,
|
AA7558921595D55500BBD41B /* SDL_timer.h */,
|
||||||
AA7558931595D55500BBD41B /* SDL_touch.h */,
|
AA7558931595D55500BBD41B /* SDL_touch.h */,
|
||||||
AA7558941595D55500BBD41B /* SDL_types.h */,
|
|
||||||
AA7558951595D55500BBD41B /* SDL_version.h */,
|
AA7558951595D55500BBD41B /* SDL_version.h */,
|
||||||
AA7558961595D55500BBD41B /* SDL_video.h */,
|
AA7558961595D55500BBD41B /* SDL_video.h */,
|
||||||
);
|
);
|
||||||
|
@ -1014,7 +1011,6 @@
|
||||||
AA7558C41595D55500BBD41B /* SDL_thread.h in Headers */,
|
AA7558C41595D55500BBD41B /* SDL_thread.h in Headers */,
|
||||||
AA7558C51595D55500BBD41B /* SDL_timer.h in Headers */,
|
AA7558C51595D55500BBD41B /* SDL_timer.h in Headers */,
|
||||||
AA7558C61595D55500BBD41B /* SDL_touch.h in Headers */,
|
AA7558C61595D55500BBD41B /* SDL_touch.h in Headers */,
|
||||||
AA7558C71595D55500BBD41B /* SDL_types.h in Headers */,
|
|
||||||
AA7558C81595D55500BBD41B /* SDL_version.h in Headers */,
|
AA7558C81595D55500BBD41B /* SDL_version.h in Headers */,
|
||||||
AA7558C91595D55500BBD41B /* SDL_video.h in Headers */,
|
AA7558C91595D55500BBD41B /* SDL_video.h in Headers */,
|
||||||
AA7558CA1595D55500BBD41B /* SDL.h in Headers */,
|
AA7558CA1595D55500BBD41B /* SDL.h in Headers */,
|
||||||
|
|
|
@ -75,7 +75,6 @@
|
||||||
0097E2CE12F70C4D00724AC5 /* SDL_thread.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = SDL_thread.h; sourceTree = "<group>"; };
|
0097E2CE12F70C4D00724AC5 /* SDL_thread.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = SDL_thread.h; sourceTree = "<group>"; };
|
||||||
0097E2CF12F70C4D00724AC5 /* SDL_timer.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = SDL_timer.h; sourceTree = "<group>"; };
|
0097E2CF12F70C4D00724AC5 /* SDL_timer.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = SDL_timer.h; sourceTree = "<group>"; };
|
||||||
0097E2D012F70C4D00724AC5 /* SDL_touch.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = SDL_touch.h; sourceTree = "<group>"; };
|
0097E2D012F70C4D00724AC5 /* SDL_touch.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = SDL_touch.h; sourceTree = "<group>"; };
|
||||||
0097E2D112F70C4D00724AC5 /* SDL_types.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = SDL_types.h; sourceTree = "<group>"; };
|
|
||||||
0097E2D212F70C4D00724AC5 /* SDL_version.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = SDL_version.h; sourceTree = "<group>"; };
|
0097E2D212F70C4D00724AC5 /* SDL_version.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = SDL_version.h; sourceTree = "<group>"; };
|
||||||
0097E2D312F70C4D00724AC5 /* SDL_video.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = SDL_video.h; sourceTree = "<group>"; };
|
0097E2D312F70C4D00724AC5 /* SDL_video.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = SDL_video.h; sourceTree = "<group>"; };
|
||||||
0097E2D512F70C4D00724AC5 /* libSDL.a */ = {isa = PBXFileReference; lastKnownFileType = archive.ar; path = libSDL.a; sourceTree = "<group>"; };
|
0097E2D512F70C4D00724AC5 /* libSDL.a */ = {isa = PBXFileReference; lastKnownFileType = archive.ar; path = libSDL.a; sourceTree = "<group>"; };
|
||||||
|
@ -178,7 +177,6 @@
|
||||||
0097E2CE12F70C4D00724AC5 /* SDL_thread.h */,
|
0097E2CE12F70C4D00724AC5 /* SDL_thread.h */,
|
||||||
0097E2CF12F70C4D00724AC5 /* SDL_timer.h */,
|
0097E2CF12F70C4D00724AC5 /* SDL_timer.h */,
|
||||||
0097E2D012F70C4D00724AC5 /* SDL_touch.h */,
|
0097E2D012F70C4D00724AC5 /* SDL_touch.h */,
|
||||||
0097E2D112F70C4D00724AC5 /* SDL_types.h */,
|
|
||||||
0097E2D212F70C4D00724AC5 /* SDL_version.h */,
|
0097E2D212F70C4D00724AC5 /* SDL_version.h */,
|
||||||
0097E2D312F70C4D00724AC5 /* SDL_video.h */,
|
0097E2D312F70C4D00724AC5 /* SDL_video.h */,
|
||||||
);
|
);
|
||||||
|
|
|
@ -499,8 +499,6 @@
|
||||||
AA7558551595D4D800BBD41B /* SDL_timer.h in Headers */ = {isa = PBXBuildFile; fileRef = AA7557F41595D4D800BBD41B /* SDL_timer.h */; };
|
AA7558551595D4D800BBD41B /* SDL_timer.h in Headers */ = {isa = PBXBuildFile; fileRef = AA7557F41595D4D800BBD41B /* SDL_timer.h */; };
|
||||||
AA7558561595D4D800BBD41B /* SDL_touch.h in Headers */ = {isa = PBXBuildFile; fileRef = AA7557F51595D4D800BBD41B /* SDL_touch.h */; settings = {ATTRIBUTES = (Public, ); }; };
|
AA7558561595D4D800BBD41B /* SDL_touch.h in Headers */ = {isa = PBXBuildFile; fileRef = AA7557F51595D4D800BBD41B /* SDL_touch.h */; settings = {ATTRIBUTES = (Public, ); }; };
|
||||||
AA7558571595D4D800BBD41B /* SDL_touch.h in Headers */ = {isa = PBXBuildFile; fileRef = AA7557F51595D4D800BBD41B /* SDL_touch.h */; };
|
AA7558571595D4D800BBD41B /* SDL_touch.h in Headers */ = {isa = PBXBuildFile; fileRef = AA7557F51595D4D800BBD41B /* SDL_touch.h */; };
|
||||||
AA7558581595D4D800BBD41B /* SDL_types.h in Headers */ = {isa = PBXBuildFile; fileRef = AA7557F61595D4D800BBD41B /* SDL_types.h */; settings = {ATTRIBUTES = (Public, ); }; };
|
|
||||||
AA7558591595D4D800BBD41B /* SDL_types.h in Headers */ = {isa = PBXBuildFile; fileRef = AA7557F61595D4D800BBD41B /* SDL_types.h */; };
|
|
||||||
AA75585A1595D4D800BBD41B /* SDL_version.h in Headers */ = {isa = PBXBuildFile; fileRef = AA7557F71595D4D800BBD41B /* SDL_version.h */; settings = {ATTRIBUTES = (Public, ); }; };
|
AA75585A1595D4D800BBD41B /* SDL_version.h in Headers */ = {isa = PBXBuildFile; fileRef = AA7557F71595D4D800BBD41B /* SDL_version.h */; settings = {ATTRIBUTES = (Public, ); }; };
|
||||||
AA75585B1595D4D800BBD41B /* SDL_version.h in Headers */ = {isa = PBXBuildFile; fileRef = AA7557F71595D4D800BBD41B /* SDL_version.h */; };
|
AA75585B1595D4D800BBD41B /* SDL_version.h in Headers */ = {isa = PBXBuildFile; fileRef = AA7557F71595D4D800BBD41B /* SDL_version.h */; };
|
||||||
AA75585C1595D4D800BBD41B /* SDL_video.h in Headers */ = {isa = PBXBuildFile; fileRef = AA7557F81595D4D800BBD41B /* SDL_video.h */; settings = {ATTRIBUTES = (Public, ); }; };
|
AA75585C1595D4D800BBD41B /* SDL_video.h in Headers */ = {isa = PBXBuildFile; fileRef = AA7557F81595D4D800BBD41B /* SDL_video.h */; settings = {ATTRIBUTES = (Public, ); }; };
|
||||||
|
@ -647,7 +645,6 @@
|
||||||
DB313FF317554B71006C0E22 /* SDL_thread.h in Headers */ = {isa = PBXBuildFile; fileRef = AA7557F31595D4D800BBD41B /* SDL_thread.h */; };
|
DB313FF317554B71006C0E22 /* SDL_thread.h in Headers */ = {isa = PBXBuildFile; fileRef = AA7557F31595D4D800BBD41B /* SDL_thread.h */; };
|
||||||
DB313FF417554B71006C0E22 /* SDL_timer.h in Headers */ = {isa = PBXBuildFile; fileRef = AA7557F41595D4D800BBD41B /* SDL_timer.h */; };
|
DB313FF417554B71006C0E22 /* SDL_timer.h in Headers */ = {isa = PBXBuildFile; fileRef = AA7557F41595D4D800BBD41B /* SDL_timer.h */; };
|
||||||
DB313FF517554B71006C0E22 /* SDL_touch.h in Headers */ = {isa = PBXBuildFile; fileRef = AA7557F51595D4D800BBD41B /* SDL_touch.h */; };
|
DB313FF517554B71006C0E22 /* SDL_touch.h in Headers */ = {isa = PBXBuildFile; fileRef = AA7557F51595D4D800BBD41B /* SDL_touch.h */; };
|
||||||
DB313FF617554B71006C0E22 /* SDL_types.h in Headers */ = {isa = PBXBuildFile; fileRef = AA7557F61595D4D800BBD41B /* SDL_types.h */; };
|
|
||||||
DB313FF717554B71006C0E22 /* SDL_version.h in Headers */ = {isa = PBXBuildFile; fileRef = AA7557F71595D4D800BBD41B /* SDL_version.h */; };
|
DB313FF717554B71006C0E22 /* SDL_version.h in Headers */ = {isa = PBXBuildFile; fileRef = AA7557F71595D4D800BBD41B /* SDL_version.h */; };
|
||||||
DB313FF817554B71006C0E22 /* SDL_video.h in Headers */ = {isa = PBXBuildFile; fileRef = AA7557F81595D4D800BBD41B /* SDL_video.h */; };
|
DB313FF817554B71006C0E22 /* SDL_video.h in Headers */ = {isa = PBXBuildFile; fileRef = AA7557F81595D4D800BBD41B /* SDL_video.h */; };
|
||||||
DB313FF917554B71006C0E22 /* SDL.h in Headers */ = {isa = PBXBuildFile; fileRef = AA7557F91595D4D800BBD41B /* SDL.h */; };
|
DB313FF917554B71006C0E22 /* SDL.h in Headers */ = {isa = PBXBuildFile; fileRef = AA7557F91595D4D800BBD41B /* SDL.h */; };
|
||||||
|
@ -1034,7 +1031,6 @@
|
||||||
AA7557F31595D4D800BBD41B /* SDL_thread.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = SDL_thread.h; sourceTree = "<group>"; };
|
AA7557F31595D4D800BBD41B /* SDL_thread.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = SDL_thread.h; sourceTree = "<group>"; };
|
||||||
AA7557F41595D4D800BBD41B /* SDL_timer.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = SDL_timer.h; sourceTree = "<group>"; };
|
AA7557F41595D4D800BBD41B /* SDL_timer.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = SDL_timer.h; sourceTree = "<group>"; };
|
||||||
AA7557F51595D4D800BBD41B /* SDL_touch.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = SDL_touch.h; sourceTree = "<group>"; };
|
AA7557F51595D4D800BBD41B /* SDL_touch.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = SDL_touch.h; sourceTree = "<group>"; };
|
||||||
AA7557F61595D4D800BBD41B /* SDL_types.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = SDL_types.h; sourceTree = "<group>"; };
|
|
||||||
AA7557F71595D4D800BBD41B /* SDL_version.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = SDL_version.h; sourceTree = "<group>"; };
|
AA7557F71595D4D800BBD41B /* SDL_version.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = SDL_version.h; sourceTree = "<group>"; };
|
||||||
AA7557F81595D4D800BBD41B /* SDL_video.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = SDL_video.h; sourceTree = "<group>"; };
|
AA7557F81595D4D800BBD41B /* SDL_video.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = SDL_video.h; sourceTree = "<group>"; };
|
||||||
AA7557F91595D4D800BBD41B /* SDL.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = SDL.h; sourceTree = "<group>"; };
|
AA7557F91595D4D800BBD41B /* SDL.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = SDL.h; sourceTree = "<group>"; };
|
||||||
|
@ -1163,7 +1159,6 @@
|
||||||
AA7557F31595D4D800BBD41B /* SDL_thread.h */,
|
AA7557F31595D4D800BBD41B /* SDL_thread.h */,
|
||||||
AA7557F41595D4D800BBD41B /* SDL_timer.h */,
|
AA7557F41595D4D800BBD41B /* SDL_timer.h */,
|
||||||
AA7557F51595D4D800BBD41B /* SDL_touch.h */,
|
AA7557F51595D4D800BBD41B /* SDL_touch.h */,
|
||||||
AA7557F61595D4D800BBD41B /* SDL_types.h */,
|
|
||||||
AA7557F71595D4D800BBD41B /* SDL_version.h */,
|
AA7557F71595D4D800BBD41B /* SDL_version.h */,
|
||||||
AA7557F81595D4D800BBD41B /* SDL_video.h */,
|
AA7557F81595D4D800BBD41B /* SDL_video.h */,
|
||||||
);
|
);
|
||||||
|
@ -1757,7 +1752,6 @@
|
||||||
AA7558521595D4D800BBD41B /* SDL_thread.h in Headers */,
|
AA7558521595D4D800BBD41B /* SDL_thread.h in Headers */,
|
||||||
AA7558541595D4D800BBD41B /* SDL_timer.h in Headers */,
|
AA7558541595D4D800BBD41B /* SDL_timer.h in Headers */,
|
||||||
AA7558561595D4D800BBD41B /* SDL_touch.h in Headers */,
|
AA7558561595D4D800BBD41B /* SDL_touch.h in Headers */,
|
||||||
AA7558581595D4D800BBD41B /* SDL_types.h in Headers */,
|
|
||||||
AA75585A1595D4D800BBD41B /* SDL_version.h in Headers */,
|
AA75585A1595D4D800BBD41B /* SDL_version.h in Headers */,
|
||||||
AA75585C1595D4D800BBD41B /* SDL_video.h in Headers */,
|
AA75585C1595D4D800BBD41B /* SDL_video.h in Headers */,
|
||||||
AA75585E1595D4D800BBD41B /* SDL.h in Headers */,
|
AA75585E1595D4D800BBD41B /* SDL.h in Headers */,
|
||||||
|
@ -1985,7 +1979,6 @@
|
||||||
AA7558531595D4D800BBD41B /* SDL_thread.h in Headers */,
|
AA7558531595D4D800BBD41B /* SDL_thread.h in Headers */,
|
||||||
AA7558551595D4D800BBD41B /* SDL_timer.h in Headers */,
|
AA7558551595D4D800BBD41B /* SDL_timer.h in Headers */,
|
||||||
AA7558571595D4D800BBD41B /* SDL_touch.h in Headers */,
|
AA7558571595D4D800BBD41B /* SDL_touch.h in Headers */,
|
||||||
AA7558591595D4D800BBD41B /* SDL_types.h in Headers */,
|
|
||||||
AA75585B1595D4D800BBD41B /* SDL_version.h in Headers */,
|
AA75585B1595D4D800BBD41B /* SDL_version.h in Headers */,
|
||||||
AA75585D1595D4D800BBD41B /* SDL_video.h in Headers */,
|
AA75585D1595D4D800BBD41B /* SDL_video.h in Headers */,
|
||||||
AA75585F1595D4D800BBD41B /* SDL.h in Headers */,
|
AA75585F1595D4D800BBD41B /* SDL.h in Headers */,
|
||||||
|
@ -2129,7 +2122,6 @@
|
||||||
DB313FF317554B71006C0E22 /* SDL_thread.h in Headers */,
|
DB313FF317554B71006C0E22 /* SDL_thread.h in Headers */,
|
||||||
DB313FF417554B71006C0E22 /* SDL_timer.h in Headers */,
|
DB313FF417554B71006C0E22 /* SDL_timer.h in Headers */,
|
||||||
DB313FF517554B71006C0E22 /* SDL_touch.h in Headers */,
|
DB313FF517554B71006C0E22 /* SDL_touch.h in Headers */,
|
||||||
DB313FF617554B71006C0E22 /* SDL_types.h in Headers */,
|
|
||||||
DB313FF717554B71006C0E22 /* SDL_version.h in Headers */,
|
DB313FF717554B71006C0E22 /* SDL_version.h in Headers */,
|
||||||
DB313FF817554B71006C0E22 /* SDL_video.h in Headers */,
|
DB313FF817554B71006C0E22 /* SDL_video.h in Headers */,
|
||||||
DB313FF917554B71006C0E22 /* SDL.h in Headers */,
|
DB313FF917554B71006C0E22 /* SDL.h in Headers */,
|
||||||
|
|
|
@ -1,29 +0,0 @@
|
||||||
/*
|
|
||||||
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"
|
|
|
@ -20,7 +20,7 @@
|
||||||
*/
|
*/
|
||||||
|
|
||||||
#import <UIKit/UIKit.h>
|
#import <UIKit/UIKit.h>
|
||||||
#import <SDL_types.h>
|
#include "SDL_stdinc.h"
|
||||||
|
|
||||||
/* *INDENT-OFF* */
|
/* *INDENT-OFF* */
|
||||||
@interface SDLUIAccelerationDelegate: NSObject <UIAccelerometerDelegate> {
|
@interface SDLUIAccelerationDelegate: NSObject <UIAccelerometerDelegate> {
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue