소스 검색

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_