woopsies
This commit is contained in:
@@ -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;
|
||||
}
|
||||
}
|
||||
*/
|
Reference in New Issue
Block a user