15 #ifndef WAITINTERVAL_H
16 #define WAITINTERVAL_H
18 #include "directbase.h"
19 #include "cInterval.h"
37 static void init_type() {
38 CInterval::init_type();
39 register_type(_type_handle,
"WaitInterval",
40 CInterval::get_class_type());
43 return get_class_type();
45 virtual TypeHandle force_init_type() {init_type();
return get_class_type();}
51 #include "waitInterval.I"
virtual void priv_step(double t)
Advances the time on the interval.
The base class for timeline components.
TypeHandle is the identifier used to differentiate C++ class types.
This interval does absolutely nothing, and is mainly useful for marking time between other intervals ...