6 lines
106 B
Odin
6 lines
106 B
Odin
|
package sectr
|
||
|
|
||
|
context_ext :: proc( $ Type : typeid ) -> (^Type) {
|
||
|
return cast(^Type) context.user_ptr
|
||
|
}
|