More cleanup.

This commit is contained in:
jgoppert
2015-11-05 12:34:14 -05:00
parent fd64e7e93a
commit 537c683d58
11 changed files with 20 additions and 10 deletions
+2 -1
View File
@@ -1,6 +1,7 @@
#include "Vector3.hpp"
#include <assert.h>
#include "matrix.hpp"
using namespace matrix;
template class Vector<float, 3>;