9 lines
149 B
Odin
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,
|
|
}
|