behaviour-tree-test/editor/doc
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
..
doc_tools.cpp LSP: Fix singleton registration 2026-02-16 21:40:19 +01:00
doc_tools.h
editor_help.cpp Merge pull request #115767 from DexterFstone/Add-a-script-editor-keyboard-shortcut-to-show-the-documentation-tooltip-for-the-word-the-caret-is-on 2026-02-09 15:07:03 -06:00
editor_help.h Merge pull request #115767 from DexterFstone/Add-a-script-editor-keyboard-shortcut-to-show-the-documentation-tooltip-for-the-word-the-caret-is-on 2026-02-09 15:07:03 -06:00
editor_help_search.cpp Add FilterLineEdit to unify editor filter field navigation 2026-02-03 15:37:20 +01:00
editor_help_search.h Minimize include dependencies of display_server.h 2026-02-17 19:45:31 +01:00
SCsub