a86410fda7
I'm done with the backbone of it, I haven't had feedback on it.
6 lines
127 B
C
6 lines
127 B
C
// "./utils/utils.h"
|
|
#pragma once
|
|
|
|
#include "./utils/vector.h"
|
|
#include "./utils/matrix.h"
|
|
#include "./utils/generators.h" |