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