| 32 | } |
| 33 | |
| 34 | static void unit_destroyed_callback_bridge(UnitId unit, void *user_ptr) |
| 35 | { |
| 36 | unit_destroyed_callback(*((ScriptWorld *)user_ptr), unit); |
| 37 | } |
| 38 | } // script_world_internal |
| 39 | |
| 40 | namespace script_world |
nothing calls this directly
no test coverage detected