cdcEngineDXHR/cdcMath/MathUtil.h
2022-10-29 12:25:00 +01:00

11 lines
119 B
C++

#pragma once
#include "Math.h"
namespace cdc {
namespace MathUtil {
void QuatLogToMatrix(Matrix*, const Quat*);
}
}