Added missing documentation to the source code in the Playdate bindings target.
This commit is contained in:
@@ -1,8 +1,11 @@
|
||||
extension System {
|
||||
/// OS, language, and pdx version information, mirroring `PDInfo`.
|
||||
public struct Info: Sendable {
|
||||
/// The Playdate OS version.
|
||||
public let osVersion: UInt32
|
||||
/// The system language.
|
||||
public let language: Language
|
||||
/// The version of the game's pdx.
|
||||
public let pdxVersion: UInt32
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user