Files
squidout/include/Physics/CPhysics.h
T
2015-09-10 21:25:34 +01:00

21 lines
302 B
C++

#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