behaviour-tree-test/scene/debugger
Rémi Verschelde ad4b910a10
Minimize include dependencies of display_server.h
- Removes `native_menu.h` dependency from `display_server.h`.
  It's now forward-declared in all DisplayServer implementations and should
  be included in the .cpp's.
- Removes some unused `rb_set.h` and `rb_map.h` dependencies, which leads to
  having to include them explicitly in half the scene and editor codebase...
  which shows how much we depend on `display_server.h`.
- Forward-declare `input_event.h`, so now we need only `keyboard.h`.
2026-02-17 19:45:31 +01:00
..
runtime_node_select.cpp Minimize include dependencies of display_server.h 2026-02-17 19:45:31 +01:00
runtime_node_select.h Minimize include dependencies of display_server.h 2026-02-17 19:45:31 +01:00
scene_debugger.cpp Move RuntimeNodeSelect to its own files 2026-01-29 11:02:25 -03:00
scene_debugger.h Move RuntimeNodeSelect to its own files 2026-01-29 11:02:25 -03:00
scene_debugger_object.cpp Improve display of non-exported members in Remote Tree Inspector 2026-02-01 12:22:50 +03:00
scene_debugger_object.h Move RuntimeNodeSelect to its own files 2026-01-29 11:02:25 -03:00
SCsub SCons: Add unobtrusive type hints in SCons files 2024-09-25 09:34:35 -05:00