From 5c5e830f0f1d042e3e73e46762cb489cd2dcd0ac Mon Sep 17 00:00:00 2001 From: Green Sky Date: Mon, 17 Jun 2024 12:08:35 +0200 Subject: [PATCH] allow android intent receive --- android/app/AndroidManifest.xml | 2 -- src/main.cpp | 1 - 2 files changed, 3 deletions(-) diff --git a/android/app/AndroidManifest.xml b/android/app/AndroidManifest.xml index a7dd9f2e..0bb562c6 100644 --- a/android/app/AndroidManifest.xml +++ b/android/app/AndroidManifest.xml @@ -96,13 +96,11 @@ - diff --git a/src/main.cpp b/src/main.cpp index a4769be4..4048c0ea 100644 --- a/src/main.cpp +++ b/src/main.cpp @@ -11,7 +11,6 @@ #include "./sys_check.hpp" #include "./start_screen.hpp" -#include "SDL3/SDL_video.h" #include #include