Jelajahi Sumber

Fixed cmath problem

jancoow 9 tahun lalu
induk
melakukan
e75f624935
1 mengubah file dengan 1 tambahan dan 3 penghapusan
  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"