Forráskód Böngészése

Fixed cmath problem

jancoow 9 éve
szülő
commit
e75f624935
1 módosított fájl, 1 hozzáadás és 3 törlés
  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"