SectrPrototype/code/grime_context.odin

6 lines
106 B
Odin
Raw Normal View History

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