CircleShape

This commit is contained in:
viktorljung
2015-09-10 22:24:19 +01:00
parent 4853c67520
commit 963e492f9c
8 changed files with 101 additions and 31 deletions
+10 -9
View File
@@ -12,16 +12,17 @@
namespace dd
{
namespace Events
{
struct Contact : Event
{
EntityID Entity1;
EntityID Entity2;
glm::vec2 ContactPoint;
};
}
namespace Events
{
struct Contact : Event
{
EntityID Entity1;
EntityID Entity2;
glm::vec2 ContactPoint;
};
}
}
#endif //Events_ECONTACT_h__