migueldeicaza / SwiftGodot

New Godot bindings for Swift
https://migueldeicaza.github.io/SwiftGodotDocs/tutorials/swiftgodot-tutorials/
MIT License
987 stars 55 forks source link

Add `return` to `escapeSwift` #457

Closed jbromberg closed 2 months ago

jbromberg commented 2 months ago

I'm using a godot module that has an enum with return. It failed to build since return wasn't being escaped. This fixes that.

migueldeicaza commented 2 months ago

Nice!