diff options
Diffstat (limited to 'honey/std.lua')
-rw-r--r-- | honey/std.lua | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/honey/std.lua b/honey/std.lua index 028a2a8..7cb7695 100644 --- a/honey/std.lua +++ b/honey/std.lua @@ -1,6 +1,7 @@ local init = require 'honey.init' honey.init = init.init +honey.loop = init.loop honey.terminate = init.terminate honey.ecs = require 'honey.ecs' |