Files
2022-03-27 17:24:23 +02:00

10 lines
136 B
C++

#pragma once
class hkMatrix4f {
public:
hkVector4f m_col0;
hkVector4f m_col1;
hkVector4f m_col2;
hkVector4f m_col3;
};