Seed legacy platform storage explicitly and drop Android app handles

This commit is contained in:
2026-06-17 01:34:05 +02:00
parent 3ce365fc15
commit fd462dc406
9 changed files with 72 additions and 29 deletions

View File

@@ -155,10 +155,6 @@ public:
int idle_ms = 100;
pp::platform::PlatformServices* platform_services_ = nullptr;
#ifdef __ANDROID__
struct android_app* and_app;
struct engine* and_engine;
#endif
std::string clipboard_get_text();
bool clipboard_set_text(const std::string& s);
void pick_image(std::function<void(std::string path)> callback);