make simulation non-global
This commit is contained in:
12
sim/compile.lua
Normal file
12
sim/compile.lua
Normal file
@@ -0,0 +1,12 @@
|
||||
|
||||
function Simulation.compile(sim)
|
||||
|
||||
end
|
||||
|
||||
function Simulation.decompile(sim)
|
||||
|
||||
end
|
||||
|
||||
function Simulation.tickcompiled(sim)
|
||||
|
||||
end
|
||||
Reference in New Issue
Block a user