mirror of
https://github.com/rrika/cdcEngineDXHR.git
synced 2024-11-27 15:30:27 +00:00
11 lines
119 B
C++
11 lines
119 B
C++
#pragma once
|
|
#include "Math.h"
|
|
|
|
namespace cdc {
|
|
namespace MathUtil {
|
|
|
|
void QuatLogToMatrix(Matrix*, const Quat*);
|
|
|
|
}
|
|
}
|