Files
SectrPrototype/code2/sectr/state.odin
2025-10-11 21:24:46 -04:00

9 lines
149 B
Odin

package sectr
// This should be the only global on client module side.
host_memory: ^HostMemory
State :: struct {
job_system: JobSystemContext,
}