Restructured the source code in the Playdate bindings target.
This commit is contained in:
@@ -0,0 +1,8 @@
|
||||
extension System {
|
||||
/// OS, language, and pdx version information, mirroring `PDInfo`.
|
||||
public struct Info: Sendable {
|
||||
public let osVersion: UInt32
|
||||
public let language: Language
|
||||
public let pdxVersion: UInt32
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user