Tightened the source code and README documentations in the library.

This commit is contained in:
2026-09-18 12:45:39 +02:00
parent c9f887bacb
commit 9ae10590cc
97 changed files with 854 additions and 1142 deletions
@@ -1,11 +1,10 @@
extension System {
/// OS, language, and pdx version information, mirroring `PDInfo`.
/// OS, language, and SDK version information. Mirrors `PDInfo`.
public struct Info: Sendable {
/// The Playdate OS version.
/// E.g. 20705 for 2.7.5.
public let osVersion: UInt32
/// The system language.
public let language: Language
/// The version of the game's pdx.
/// The pdxinfo `pdxversion`: the SDK version the game was built with.
public let pdxVersion: UInt32
}
}