mirror of
https://github.com/PrimeDecomp/prime.git
synced 2025-12-10 19:07:41 +00:00
Split, match and link CVector3i
This commit is contained in:
4
src/Kyoto/Math/CVector3i.cpp
Normal file
4
src/Kyoto/Math/CVector3i.cpp
Normal file
@@ -0,0 +1,4 @@
|
||||
#include "Kyoto/Math/CVector3i.hpp"
|
||||
|
||||
CVector3i::CVector3i(int x, int y, int z)
|
||||
: mX(x), mY(y), mZ(z) {}
|
||||
Reference in New Issue
Block a user