#include "Force.h" /* void Force::Play() { time = FORCE_PLAY; stopped = false; } void Force::Stop() { time = FORCE_STOP; stopped = true; } float Force::GetPosition() { return time; } void Force::Release() { busy = false; stopped = true; } */