STREGAsGate / GateEngine

Swift Game Engine supporting Windows, Linux, macOS, HTML5, and more 🚂
Apache License 2.0
280 stars 6 forks source link

fixing the existential references to allow compilation on Swift5.9/Xcode 15beta #41

Closed heckj closed 10 months ago

heckj commented 10 months ago

Was looking through the current code, couldn't compile it on Xcode 15beta, so I did a quick pass through to correctly annotate the existential for future swift versions. Figured I'd hand you back the work, if it's useful to you.