Files
Gotcha/ios/Generated/gotcha_core.modulemap
2026-07-31 09:52:24 +02:00

7 lines
135 B
Plaintext

module gotcha_core {
header "gotcha_coreFFI.h"
export *
use "Darwin"
use "_Builtin_stdbool"
use "_Builtin_stdint"
}