8 lines
118 B
C++
8 lines
118 B
C++
#include "transition.h"
|
|
|
|
Transition::Transition() {
|
|
length = 30;
|
|
}
|
|
|
|
void Transition::process_transition(float) {}
|