First Commit
This commit is contained in:
4
3rdparty/sdl/SDL/cmake/test/swift/module.modulemap
vendored
Normal file
4
3rdparty/sdl/SDL/cmake/test/swift/module.modulemap
vendored
Normal file
@@ -0,0 +1,4 @@
|
||||
module SDL3 [extern_c] {
|
||||
header "shim.h"
|
||||
export *
|
||||
}
|
||||
3
3rdparty/sdl/SDL/cmake/test/swift/shim.h
vendored
Normal file
3
3rdparty/sdl/SDL/cmake/test/swift/shim.h
vendored
Normal file
@@ -0,0 +1,3 @@
|
||||
/* Contributed by Piotr Usewicz (https://github.com/pusewicz) */
|
||||
|
||||
#include <SDL3/SDL.h>
|
||||
Reference in New Issue
Block a user