aboutsummaryrefslogtreecommitdiff
path: root/include/fml/fml.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/fml/fml.h')
-rw-r--r--include/fml/fml.h10
1 files changed, 10 insertions, 0 deletions
diff --git a/include/fml/fml.h b/include/fml/fml.h
new file mode 100644
index 0000000..046db5a
--- /dev/null
+++ b/include/fml/fml.h
@@ -0,0 +1,10 @@
+/*
+ * libfml: Frank's Math Library
+ *
+ * Copyright (C) 2019 Franklin Wei
+ */
+
+typedef float scalar;
+
+#include "quat.h"
+#include "vec3.h"