소스 검색

Fixed cmath problem

jancoow 9 년 전
부모
커밋
e75f624935
1개의 변경된 파일1개의 추가작업 그리고 3개의 파일을 삭제
  1. 1 3
      Entity.cpp

+ 1 - 3
Entity.cpp

@@ -1,8 +1,6 @@
 #include "Entity.h"
-
+#include "cmath"
 #include <GL/freeglut.h>
-#include <tgmath.h>
-
 #include "Model.h"