FlightControl 5bd0595b35 Updated tracing with loading static and improved SCHEDULER
- Tracing is by default switched off when using Moose in static mode.
- SCHEDULER is now correctly rescheduling when repeating the loop.
- Modified the loaders, adding the default trace on in case of dynamic
and off in case of static loading.
2016-06-15 05:54:21 +02:00

8 lines
93 B
Lua

local base = _G
Include = {}
Include.Files = {}
Include.File = function( IncludeFile )
end