godot-module-template/modules/objectdb_profiler
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
..
editor Rename callable_method_pointer.h to callable_mp.h and include it explicitly 2026-03-04 16:23:23 +01:00
config.py Various style nitpicks 2025-07-08 16:39:24 +02:00
register_types.cpp Various fixes and style nitpicks 2025-07-09 14:27:48 +02:00
register_types.h Add an ObjectDB Profiling Tool 2025-07-08 16:39:24 +02:00
SCsub Various style nitpicks 2025-07-08 16:39:24 +02:00
snapshot_collector.cpp Fix use of outdated macros in ObjectDBProfiler 2025-10-13 17:25:45 +02:00
snapshot_collector.h Tidy up includes in scene/main and scene/debugger 2026-02-19 15:09:29 +01:00