is anyone here?

This commit is contained in:
Ben Kyd
2019-11-12 14:56:46 +00:00
parent 11445de644
commit 859aef604c
8 changed files with 61 additions and 23 deletions

View File

@@ -9,6 +9,7 @@ public:
glm::vec3 Max;
};
// TODO: Trees
class EntityCollider {
public:
@@ -30,5 +31,4 @@ private:
};
#endif