Sfoglia il codice sorgente

Fixed cmath problem

jancoow 9 anni fa
parent
commit
e75f624935
1 ha cambiato i file con 1 aggiunte e 3 eliminazioni
  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"