This commit is contained in:
2025-06-29 00:53:26 -04:00
parent 9083a25a2b
commit e4f6da650e
6 changed files with 19 additions and 14 deletions

View File

@@ -1,5 +1,7 @@
#include "undo_stack.h"
#include "snapshots.h"
/* TODO */
/*
void
undo_stack_push(Snapshots* self, Anm2* anm2)
{
@@ -21,4 +23,5 @@ undo_stack_pop(Snapshots* self, Anm2* anm2)
*anm2 = self->snapshots[--self->top];
return true;
}
}
*/