From 59edd60ebec61bf24dd27063f85bcd049fd0af13 Mon Sep 17 00:00:00 2001
From: Clyne Sullivan <tullivan99@gmail.com>
Date: Thu, 19 Jan 2017 16:20:13 -0500
Subject: killed common, more inventory, other random stuff

---
 include/glm.hpp | 14 ++++++++++++++
 1 file changed, 14 insertions(+)
 create mode 100644 include/glm.hpp

(limited to 'include/glm.hpp')

diff --git a/include/glm.hpp b/include/glm.hpp
new file mode 100644
index 0000000..9fd533f
--- /dev/null
+++ b/include/glm.hpp
@@ -0,0 +1,14 @@
+/**
+ * @file glm.hpp
+ * @brief Includes needed GLM files.
+ */
+#ifndef GLM_HPP_
+#define GLM_HPP_
+
+#define GLM_FORCE_RADIANS
+#include <glm/glm.hpp>
+#include <glm/gtc/matrix_transform.hpp>
+#include <glm/gtc/type_ptr.hpp>
+#include <glm/gtc/noise.hpp>
+
+#endif // GLM_HPP_
-- 
cgit v1.2.3