dreamcast/math/vec.hpp
Zack Buhman befedb9d38 example: add lighted cube
This also copy-pastes all of the math headers I originally wrote in
saturn-examples.
2023-12-24 16:24:27 +08:00

5 lines
55 B
C++

#pragma once
template <int L, typename T>
struct vec;