Explorar el Código

Fixed cmath problem

jancoow hace 9 años
padre
commit
e75f624935
Se han modificado 1 ficheros con 1 adiciones y 3 borrados
  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"