SectrPrototype/code/grime_context.odin
Ed_ 1e6e9581c3 Bug fixes to allocators and containers
Still haven't found the main bug with resizing zpl_hashmap on string interning
2024-05-06 23:29:47 -04:00

13 lines
213 B
Odin

package sectr
// GrimeContextExt :: struct {
// dbg_name : string
// }
// Global_Transient_Context : GrimeContextExt
context_ext :: proc( $ Type : typeid ) -> (^Type) {
return cast(^Type) context.user_ptr
}