godot/platform/android/export
Yevhen Babiichuk (DustDFG) af6d260c17 Don't include core/io/image.h in core/os/os.h
`core/os/os.h` doesn't use `core/io/image.h`. It just brings
transitive dependencies. Lots of dependencies because `core/os/os.h`
is transitively included in almost every file of godot

Also added `core/io/image.h` into files^1 where `Ref<Image>` and `core/os/os.h`
were used to prevent obscure errors involving `Ref<Image>`

^1 except those which include `core/io/image_loader.h` or `core/io/image.h` by
corresponding .h file with the same name

Signed-off-by: Yevhen Babiichuk (DustDFG) <dfgdust@gmail.com>
Co-authored-by: A Thousand Ships <96648715+AThousandShips@users.noreply.github.com>
2024-10-18 19:04:19 +03:00
..
export_plugin.cpp Add logic to automatically pick up jar/aar library dependencies in the res://addons directory 2024-09-29 14:32:10 -07:00
export_plugin.h Don't include core/io/image.h in core/os/os.h 2024-10-18 19:04:19 +03:00
export.cpp Add Advanced Settings switch to Editor Settings 2024-09-17 12:20:55 +02:00
export.h [Export] Add readable descriptions and validation warnings to the export options. 2023-04-19 08:35:59 +03:00
godot_plugin_config.cpp Re-architect how Android plugins are packaged and handled at export time 2023-07-18 19:14:53 +02:00
godot_plugin_config.h Re-architect how Android plugins are packaged and handled at export time 2023-07-18 19:14:53 +02:00
gradle_export_util.cpp Android: Allow using alternative Gradle build directory 2024-02-16 15:20:47 -06:00
gradle_export_util.h Android: Allow using alternative Gradle build directory 2024-02-16 15:20:47 -06:00
logo.svg Style: Optimize .svg files with svgo 2024-06-23 08:15:19 -05:00
run_icon.svg Style: Optimize .svg files with svgo 2024-06-23 08:15:19 -05:00