Replaced the @_cdecl attribute with the @c attribute across the library to update to Swift 6.4.
This commit is contained in:
@@ -8,7 +8,7 @@
|
||||
import CPlaydate
|
||||
import PlaydateKit
|
||||
|
||||
@_cdecl("eventHandler")
|
||||
@c(eventHandler)
|
||||
public func eventHandler(
|
||||
pointer: UnsafeMutableRawPointer,
|
||||
event: PDSystemEvent,
|
||||
|
||||
Reference in New Issue
Block a user