Restructured the source code in the Playdate bindings target.
This commit is contained in:
@@ -0,0 +1,6 @@
|
||||
/// The user's answer to a permission request (microphone, network).
|
||||
public enum AccessReply: UInt32, Sendable {
|
||||
case ask = 0
|
||||
case deny = 1
|
||||
case allow = 2
|
||||
}
|
||||
Reference in New Issue
Block a user