mirror of
https://github.com/Ed94/Odin.git
synced 2026-08-04 22:58:46 +00:00
Go back to objc_ivar_get instead of ivar_get.
This commit is contained in:
@@ -364,7 +364,7 @@ objc_find_selector :: proc($name: string) -> objc_SEL ---
|
||||
objc_register_selector :: proc($name: string) -> objc_SEL ---
|
||||
objc_find_class :: proc($name: string) -> objc_Class ---
|
||||
objc_register_class :: proc($name: string) -> objc_Class ---
|
||||
ivar_get :: proc(self: ^$T, $U: typeid) -> ^U ---
|
||||
objc_ivar_get :: proc(self: ^$T, $U: typeid) -> ^U ---
|
||||
|
||||
valgrind_client_request :: proc(default: uintptr, request: uintptr, a0, a1, a2, a3, a4: uintptr) -> uintptr ---
|
||||
|
||||
|
||||
Reference in New Issue
Block a user