MCPcopy Create free account
hub / github.com/crownengine/crown / unit_destroyed_callback_bridge

Function unit_destroyed_callback_bridge

src/world/scene_graph.cpp:23–26  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

21namespace crown
22{
23static void unit_destroyed_callback_bridge(UnitId unit, void *user_ptr)
24{
25 ((SceneGraph *)user_ptr)->unit_destroyed_callback(unit);
26}
27
28SceneGraph::Pose &SceneGraph::Pose::operator=(const Matrix4x4 &m)
29{

Callers

nothing calls this directly

Calls 1

Tested by

no test coverage detected