2 Commits

Author SHA1 Message Date
Wayne Stambaugh 42a1d1cf0b Include folder and 3D viewer code housekeeping. 2025-01-11 07:25:14 -05:00
Alex Shvartzkop 88a2a41d21 Add rtti_dump.h to make it easier to debug cast issues across library boundaries.
Usage example:

#include <rtti_dump.h>

NESTED_SETTINGS* settings = ...;
rtti_dump::dump_class_hierarchy(rtti_dump::runtime_typeid(settings));

From https://android.googlesource.com/platform/ndk/+/a110575fd3ae10f4e5e1eca8447daa3de86ca1f7/samples/solib_rtti_dump/include/rtti_dump.h
2024-12-28 19:50:49 +03:00