summaryrefslogtreecommitdiff
path: root/honey/std.lua
diff options
context:
space:
mode:
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 7cb7695..80b071e 100644
--- a/honey/std.lua
+++ b/honey/std.lua
@@ -11,3 +11,4 @@ honey.mesh = require 'honey.mesh'
honey.Shader = require 'honey.shader'
honey.Vec3 = require 'honey.vec3'
honey.Window = require 'honey.window'
+honey.Quaternion = require 'honey.quaternion'