mirror of
https://github.com/Ed94/Odin.git
synced 2026-07-28 18:30:06 +00:00
Add _internal field to context
This commit is contained in:
@@ -332,6 +332,9 @@ Context :: struct {
|
||||
user_data: any,
|
||||
user_ptr: rawptr,
|
||||
user_index: int,
|
||||
|
||||
// Internal use only
|
||||
_internal: rawptr,
|
||||
}
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user