This commit is contained in:
gingerBill
2025-02-07 08:11:16 +00:00
parent 20708c60a1
commit 4c93446e38
+1 -1
View File
@@ -260,5 +260,5 @@ foreign lib {
ResetHint :: proc(name: cstring) -> bool ---
ResetHints :: proc() ---
AddHintCallback :: proc(name: cstring, callback: HintCallback, userdata: rawptr) -> bool ---
RemoveHintCallback :: proc(name: cstring, callback: HintCallback. userdata: rawptr) ---
RemoveHintCallback :: proc(name: cstring, callback: HintCallback, userdata: rawptr) ---
}