From bb8c38bffba86cda05e0e8e9b52fb68301286b53 Mon Sep 17 00:00:00 2001 From: sanine Date: Sun, 12 Mar 2023 21:27:37 -0500 Subject: initial commit --- honey/std.lua | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 honey/std.lua (limited to 'honey/std.lua') diff --git a/honey/std.lua b/honey/std.lua new file mode 100644 index 0000000..923c66a --- /dev/null +++ b/honey/std.lua @@ -0,0 +1,3 @@ +local window = require 'honey.window' + +honey.Window = window.Window -- cgit v1.2.1