summaryrefslogtreecommitdiff
path: root/src/contrib/SDL-3.2.20/cmake/test/swift/module.modulemap
blob: bbc26a995dcfde7161ed70ac9db53630649afd65 (plain)
1
2
3
4
module SDL3 [extern_c] {
    header "shim.h"
    export *
}