14 lines
214 B
Odin
14 lines
214 B
Odin
package sectr
|
|
|
|
// This should be the only global on client module side.
|
|
memory: ^HostMemory
|
|
|
|
@(thread_local)
|
|
thread_memory: ^ThreadMemory
|
|
|
|
THREAD_TICK_LANES :: 2
|
|
|
|
State :: struct {
|
|
job_system: JobSystemContext,
|
|
}
|