Add _internal field to context

This commit is contained in:
gingerBill
2020-11-29 18:42:13 +00:00
parent dd4f8e9747
commit f4f2b8f5ad
2 changed files with 7 additions and 4 deletions
+3
View File
@@ -332,6 +332,9 @@ Context :: struct {
user_data: any,
user_ptr: rawptr,
user_index: int,
// Internal use only
_internal: rawptr,
}