ContactListener and contact events

This commit is contained in:
viktorljung
2015-09-10 21:25:34 +01:00
parent 72bb710448
commit 9bf0ca0e46
6 changed files with 140 additions and 68 deletions
+20
View File
@@ -0,0 +1,20 @@
#ifndef DAYDREAM_CPHYSICS_H
#define DAYDREAM_CPHYSICS_H
#include "Core/Component.h"
namespace dd
{
namespace Components
{
struct Physics: public Component
{
//idk if anything should be here :)
bool Static = true;
};
}
}
#endif //DAYDREAM_CPHYSICS_H