implement simple stroke undo based on actions history

This commit is contained in:
2017-04-16 01:57:54 +02:00
parent 357f37e3d0
commit 28fe61704f
10 changed files with 95 additions and 9 deletions

View File

@@ -40,6 +40,7 @@ add_library(
../engine/brush.cpp
../engine/canvas.cpp
../engine/log.cpp
../engine/action.cpp
)
target_include_directories(native-lib PRIVATE

View File

@@ -26,7 +26,7 @@
#include "pch.h"
#include "app.h"
#include "..\..\..\..\engine\asset.h"
#include "../../../../engine/asset.h"
typedef void (*GLDEBUGPROC)(GLenum source,
GLenum type,