diff options
Diffstat (limited to 'honey/std.lua')
-rw-r--r-- | honey/std.lua | 3 |
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 |