make simulation non-global

This commit is contained in:
Redo0
2021-05-23 15:36:40 -05:00
parent 6c997a36fa
commit 569e79ab96
8 changed files with 52 additions and 54 deletions

12
sim/compile.lua Normal file
View File

@@ -0,0 +1,12 @@
function Simulation.compile(sim)
end
function Simulation.decompile(sim)
end
function Simulation.tickcompiled(sim)
end