Ed_
5ceef39410
Made a distinction from the "core" ui vs the rest of the ui that composes from there.
7 lines
107 B
Odin
7 lines
107 B
Odin
package sectr
|
|
|
|
context_ext :: proc( $ Type : typeid ) -> (^Type) {
|
|
return cast(^Type) context.user_ptr
|
|
}
|
|
|