Refresh retained Android package CMake

This commit is contained in:
2026-06-05 12:17:04 +02:00
parent e17463bf5a
commit ac4fef8346
13 changed files with 264 additions and 32 deletions

View File

@@ -19,7 +19,6 @@
#include "node_canvas.h"
#include "node_dialog_layer_rename.h"
#include "node_progress_bar.h"
#include "node_panel_grid.h"
#include "node_panel_quick.h"
#include "node_input_box.h"
#include "node_panel_animation.h"
@@ -32,6 +31,8 @@ class PlatformServices;
struct PlatformStoragePaths;
}
class NodePanelGrid;
#if defined(__OBJC__) && defined(__IOS__)
@class GameViewController;
@class AppDelegate;