From 3c5af76363a50111391412726ccdf970addedd3f Mon Sep 17 00:00:00 2001 From: ownedbywuigi Date: Thu, 12 Jun 2025 05:42:54 -0400 Subject: [PATCH] Building blocks for an Android port --- android/app/src/main/cpp/native-lib.cpp | 1 + 1 file changed, 1 insertion(+) create mode 100644 android/app/src/main/cpp/native-lib.cpp diff --git a/android/app/src/main/cpp/native-lib.cpp b/android/app/src/main/cpp/native-lib.cpp new file mode 100644 index 0000000..ef26612 --- /dev/null +++ b/android/app/src/main/cpp/native-lib.cpp @@ -0,0 +1 @@ +// Android port (TODO) \ No newline at end of file