Matrix header guard
This commit is contained in:
parent
db04387314
commit
81515a50d2
@ -1,3 +1,6 @@
|
|||||||
|
#ifndef MATRICES_H_
|
||||||
|
#define MATRICES_H_
|
||||||
|
|
||||||
#include <string>
|
#include <string>
|
||||||
#include <vector>
|
#include <vector>
|
||||||
#include <cassert>
|
#include <cassert>
|
||||||
@ -259,3 +262,5 @@ void Matrix::Randomize(float min, float max){
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
#endif
|
Loading…
x
Reference in New Issue
Block a user