Added my seq file with an animation for the lighthouse
[faros-demo] / src / seq.h
index aebd836..619c191 100644 (file)
--- a/src/seq.h
+++ b/src/seq.h
@@ -13,11 +13,15 @@ Track *get_seq_track(int idx);
 void clear_seq_track(int idx);
 void clear_seq_track(const char *name);
 
+bool seq_track_empty(int idx);
+bool seq_track_empty(const char *name);
+
 void set_seq_value(int idx, long tm, float val);
 void set_seq_value(const char *name, long tm, float val);
 float get_seq_value(int idx, long tm);
 float get_seq_value(const char *name, long tm);
 
 bool load_seq(const char *fname);
+bool dump_seq(const char *fname);
 
 #endif /* ANIM_H_ */