finished new/load/save

This commit is contained in:
itsmattkc
2018-06-10 23:39:28 -07:00
parent 94fae972cf
commit 093b68cb67
28 changed files with 441 additions and 154 deletions
+3
View File
@@ -162,3 +162,6 @@ void Sequence::redo() {
set_undo(undo_pointer);
}
}
// static variable for the currently active sequence
Sequence* sequence = NULL;