mirror of
https://github.com/godotengine/godot.git
synced 2024-12-09 10:09:20 +08:00
af6d260c17
`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> |
||
---|---|---|
.. | ||
condition_variable.h | ||
keyboard.cpp | ||
keyboard.h | ||
main_loop.cpp | ||
main_loop.h | ||
memory.cpp | ||
memory.h | ||
midi_driver.cpp | ||
midi_driver.h | ||
mutex.cpp | ||
mutex.h | ||
os.cpp | ||
os.h | ||
rw_lock.h | ||
safe_binary_mutex.h | ||
SCsub | ||
semaphore.h | ||
shared_object.h | ||
spin_lock.h | ||
thread_safe.cpp | ||
thread_safe.h | ||
thread.cpp | ||
thread.h | ||
time_enums.h | ||
time.cpp | ||
time.h |