godot-module-template/modules/text_server_fb
Rémi Verschelde eabb9a63d4
Rename callable_method_pointer.h to callable_mp.h and include it explicitly
This allows removing it from `class_db.h`, significantly reducing the amount of files
that include it transitively.

Also includes some include cleanup in `control.h` and `rich_text_label.h` done while
ensure they don't depend on `callable_mp`.
2026-03-04 16:23:23 +01:00
..
doc_classes Clarify the behavior of Control.layout_direction in the documentation 2025-02-11 16:56:22 +01:00
gdextension_build msdfgen: Update to 1.13 2025-12-12 22:39:53 +01:00
.gitignore Unify TextServer built-in module and GDExtension code. 2022-03-17 08:15:29 +02:00
config.py SCons: Specify optional dependencies for modules 2025-01-08 21:59:18 -06:00
register_types.cpp rm class_db.h from resource.h 2026-02-27 19:08:29 -05:00
register_types.h Style: Replace header guards with #pragma once 2025-03-07 17:33:47 -06:00
SCsub SCons: Remove system includes 2025-10-07 08:11:29 -05:00
text_server_fb.cpp Rename callable_method_pointer.h to callable_mp.h and include it explicitly 2026-03-04 16:23:23 +01:00
text_server_fb.h Style: Convert *.gen.inc to *.gen.h 2026-02-05 19:47:56 -06:00
thorvg_svg_in_ot.cpp Move ProcessID typedef out of OS 2026-03-04 15:00:45 +01:00
thorvg_svg_in_ot.h Rewrite HashMapHasherDefault based on type traits - it is now possible to declare a default hashing function for any type. 2025-10-05 01:49:11 +02:00