godot/core/extension
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
..
extension_api_dump.cpp Merge pull request #93311 from dsnopek/gdextension-required-virtuals 2024-09-27 13:53:16 +02:00
extension_api_dump.h Optionally include documentation in GDExtension API dump 2023-09-26 21:39:24 +02:00
gdextension_compat_hashes.cpp StringName: Fix empty hash 2024-09-09 13:30:02 -07:00
gdextension_compat_hashes.h Check that GDExtensionCompatHashes are valid when generating extension_api.json 2023-11-16 06:40:06 -06:00
gdextension_interface.cpp Don't include core/io/image.h in core/os/os.h 2024-10-18 19:04:19 +03:00
gdextension_interface.h GDExtension: Allow directly getting ObjectID from Variant 2024-09-17 11:58:55 -05:00
gdextension_library_loader.cpp GDExtension: Use loader to check if the library exists. 2024-09-29 07:38:45 +02:00
gdextension_library_loader.h GDExtension: Use loader to check if the library exists. 2024-09-29 07:38:45 +02:00
gdextension_loader.h GDExtension: Use loader to check if the library exists. 2024-09-29 07:38:45 +02:00
gdextension_manager.cpp GDExtension: Use loader to check if the library exists. 2024-09-29 07:38:45 +02:00
gdextension_manager.h Fix editor needs restart after adding GDExtensions 2024-08-29 06:15:32 -04:00
gdextension.compat.inc Bind compatibility GDExtension methods removed in 88418 2024-05-07 01:36:36 -07:00
gdextension.cpp Merge pull request #96787 from raulsntos/gdextension/remove-get-rid-func 2024-09-11 12:35:10 +02:00
gdextension.h Remove get_rid_func from GDExtensionClassCreationInfo4 2024-09-10 12:35:24 +02:00
make_interface_dumper.py SCons: Remove run_in_subprocess dependency 2024-03-11 13:20:09 -05:00
make_wrappers.py GDExtension: Mark virtual function as is_required in extension_api.json 2024-09-11 16:48:14 -05:00
SCsub SCons: Add unobtrusive type hints in SCons files 2024-09-25 09:34:35 -05:00