- Add base module with context, session, and configurator. - Implement session management and configuration loading/saving. - Introduce error handling and logging mechanisms. - Include template files for Lua scripts.
7 lines
81 B
V
7 lines
81 B
V
module base
|
|
|
|
__global (
|
|
contexts map[u32]&Context
|
|
context_current u32
|
|
)
|