SectrPrototype/code/grime_context.odin
Ed_ 0656a41cf7 Move context_ext to its own file
Will be adding context related features here in the future
2024-03-06 16:44:38 -05:00

6 lines
106 B
Odin

package sectr
context_ext :: proc( $ Type : typeid ) -> (^Type) {
return cast(^Type) context.user_ptr
}