#include "BodyInfo.h" BodyInfo::BodyInfo(void) { bTracking = false; memset(this, 0, sizeof(BodyInfo)); } BodyInfo::~BodyInfo(void) { }