This also copy-pastes all of the math headers I originally wrote in saturn-examples.
5 lines
55 B
C++
5 lines
55 B
C++
#pragma once
|
|
|
|
template <int L, typename T>
|
|
struct vec;
|