mirror of
https://github.com/zeldaret/botw
synced 2026-08-13 20:15:08 -04:00
6 lines
111 B
C++
6 lines
111 B
C++
#pragma once
|
|
|
|
#include <Havok/Common/Base/Math/Matrix/hkMatrix3f.h>
|
|
|
|
class hkRotationf : public hkMatrix3f {};
|