summaryrefslogtreecommitdiff
path: root/honey/std.lua
diff options
context:
space:
mode:
authorsanine-a <sanine.not@pm.me>2023-03-22 12:46:23 -0500
committersanine-a <sanine.not@pm.me>2023-03-22 12:46:23 -0500
commit92803015adf19848c3f3a30caea889006ad05999 (patch)
treed3a3a325664ebb3f2b8c214217dce31746a1ae9a /honey/std.lua
parent16bcc6daab84373cac0f4125c1580d3cb1261baf (diff)
tidy up main.lua
Diffstat (limited to 'honey/std.lua')
-rw-r--r--honey/std.lua1
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'