1
0
Fork 0
This commit is contained in:
coaljoe 2020-10-04 20:41:17 +03:00
parent 976d818410
commit d5a21ef069
2 changed files with 7 additions and 3 deletions

View File

@ -1,3 +1,5 @@
module bits
__global bits_ctx &Context
__global (
bits_ctx &Context
)

View File

@ -1,4 +1,6 @@
module main
__global ctx &Context
__global game &Game
__global (
ctx &Context
game &Game
)