diff --git a/android/CMakeLists.txt b/android/CMakeLists.txt index 2599bcd..38b70c7 100644 --- a/android/CMakeLists.txt +++ b/android/CMakeLists.txt @@ -40,6 +40,7 @@ add_library( ../engine/brush.cpp ../engine/canvas.cpp ../engine/log.cpp + ../engine/action.cpp ) target_include_directories(native-lib PRIVATE diff --git a/android/src/main/cpp/main.cpp b/android/src/main/cpp/main.cpp index b8e9406..8bedff9 100755 --- a/android/src/main/cpp/main.cpp +++ b/android/src/main/cpp/main.cpp @@ -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, diff --git a/data/layout.xml b/data/layout.xml index fa9c48c..40d2143 100644 --- a/data/layout.xml +++ b/data/layout.xml @@ -371,6 +371,7 @@ -->