| 274 | } |
| 275 | |
| 276 | void blockerSeparate( Arbiter* arb, Space*, void* ) { |
| 277 | Shape *a, *b; |
| 278 | arb->getShapes( &a, &b ); |
| 279 | |
| 280 | Emitter* emitter = (Emitter*)a->getData(); |
| 281 | |
| 282 | emitter->blocked--; |
| 283 | } |
| 284 | |
| 285 | void postStepRemove( Space* space, void* tshape, void* ) { |
| 286 | Shape* shape = reinterpret_cast<Shape*>( tshape ); |