#include "transition.h" Transition::Transition() { length = 30; } void Transition::process_transition(float) {}