mirror of
https://github.com/TorqueGameEngines/Torque3D.git
synced 2026-07-16 00:54:54 +00:00
update sdl to 2.32.6
This commit is contained in:
parent
e557f5962b
commit
ddc1f8c1e2
1339 changed files with 53966 additions and 19207 deletions
4
Engine/lib/sdl/cmake/test/swift/module.modulemap
Normal file
4
Engine/lib/sdl/cmake/test/swift/module.modulemap
Normal file
|
|
@ -0,0 +1,4 @@
|
|||
module SDL2 [extern_c] {
|
||||
header "shim.h"
|
||||
export *
|
||||
}
|
||||
3
Engine/lib/sdl/cmake/test/swift/shim.h
Normal file
3
Engine/lib/sdl/cmake/test/swift/shim.h
Normal file
|
|
@ -0,0 +1,3 @@
|
|||
/* Contributed by Piotr Usewicz (https://github.com/pusewicz) */
|
||||
|
||||
#include "SDL.h"
|
||||
Loading…
Add table
Add a link
Reference in a new issue