Prechádzať zdrojové kódy

Fixed cmath problem

jancoow 9 rokov pred
rodič
commit
e75f624935
1 zmenil súbory, kde vykonal 1 pridanie a 3 odobranie
  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"