implement simple stroke undo based on actions history
This commit is contained in:
4
engine/action.cpp
Normal file
4
engine/action.cpp
Normal file
@@ -0,0 +1,4 @@
|
||||
#include "pch.h"
|
||||
#include "action.h"
|
||||
|
||||
ActionManager ActionManager::I;
|
||||
Reference in New Issue
Block a user