mirror of
https://github.com/zeldaret/botw
synced 2026-06-19 15:30:23 -04:00
6 lines
102 B
C++
6 lines
102 B
C++
#pragma once
|
|
|
|
#include <Havok/Common/Base/Math/Matrix/hkRotationf.h>
|
|
|
|
using hkRotation = hkRotationf;
|