summaryrefslogtreecommitdiff
path: root/honey/std.lua
diff options
context:
space:
mode:
authorsanine <sanine.not@pm.me>2023-03-12 21:27:37 -0500
committersanine <sanine.not@pm.me>2023-03-12 21:27:37 -0500
commitbb8c38bffba86cda05e0e8e9b52fb68301286b53 (patch)
treeea2bc46a22ffe6807ffbeae32f4124de357ff4f7 /honey/std.lua
initial commit
Diffstat (limited to 'honey/std.lua')
-rw-r--r--honey/std.lua3
1 files changed, 3 insertions, 0 deletions
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