浏览代码

Git apparently forgot to commit ALL the changes.

Areloch 9 年之前
父节点
当前提交
1b47bdd972
共有 1 个文件被更改,包括 3 次插入0 次删除
  1. 3 0
      Engine/source/math/mMath.h

+ 3 - 0
Engine/source/math/mMath.h

@@ -48,5 +48,8 @@
 #ifndef _MEASE_H_
 #include "math/mEase.h"
 #endif
+#ifndef MROTATION_H
+#include "math/mRotation.h"
+#endif
 
 #endif //_MMATH_H_