#ifndef TIMINGFUNCS_H
#define TIMINGFUNCS_H

ShootingStage get_current_stage(gdouble elapsed_secs,
				guint wait,
				guint repeats,
				guint seconds);
ShootingStage get_time_next_stage(gdouble elapsed_secs,
				  guint wait,
				  guint repeats,
				  guint seconds);

#endif

