godot/scene/theme
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
..
icons Add filename filter field to FileDialog 2024-10-04 11:12:33 +02:00
default_theme_builders.py SCons: Remove run_in_subprocess dependency 2024-03-11 13:20:09 -05:00
default_theme.cpp Don't include core/io/image.h in core/os/os.h 2024-10-18 19:04:19 +03:00
default_theme.h Move default theme files to scene/theme 2023-08-28 00:23:38 +02:00
SCsub SCons: Add unobtrusive type hints in SCons files 2024-09-25 09:34:35 -05:00
theme_db.cpp Improve Editor Inspector/Theme item lookup performance 2024-08-20 13:39:40 -04:00
theme_db.h Improve Editor Inspector/Theme item lookup performance 2024-08-20 13:39:40 -04:00
theme_owner.cpp Improve Editor Inspector/Theme item lookup performance 2024-08-20 13:39:40 -04:00
theme_owner.h Improve Editor Inspector/Theme item lookup performance 2024-08-20 13:39:40 -04:00