mirror of
https://github.com/zeldaret/botw
synced 2026-08-09 10:52:41 -04:00
6 lines
99 B
C++
6 lines
99 B
C++
#pragma once
|
|
|
|
#include <Havok/Common/Base/Math/Matrix/hkMatrix3f.h>
|
|
|
|
using hkMatrix3 = hkMatrix3f;
|