mirror of
https://github.com/zeldaret/botw
synced 2026-06-04 18:58:37 -04:00
6 lines
99 B
C++
6 lines
99 B
C++
#pragma once
|
|
|
|
#include <Havok/Common/Base/Math/Matrix/hkMatrix4f.h>
|
|
|
|
using hkMatrix4 = hkMatrix4f;
|