1 changed files with
1 additions and
3 deletions
-
1
3
Entity.cpp
|
@@ -1,8 +1,6 @@
|
|
|
#include "Entity.h"
|
|
#include "Entity.h"
|
|
|
-
|
|
|
|
|
|
|
+#include "cmath"
|
|
|
#include <GL/freeglut.h>
|
|
#include <GL/freeglut.h>
|
|
|
-#include <tgmath.h>
|
|
|
|
|
-
|
|
|
|
|
#include "Model.h"
|
|
#include "Model.h"
|
|
|
|
|
|
|
|
|
|
|