Quellcode durchsuchen

Fixed cmath problem

jancoow vor 9 Jahren
Ursprung
Commit
e75f624935
1 geänderte Dateien mit 1 neuen und 3 gelöschten Zeilen
  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"