dmah42 / dart-box2d

Box2D for Dart
http://dart-lang.github.io/dart-box2d/
34 stars 5 forks source link

*Callback should be a typedef #7

Open dmah42 opened 11 years ago

dmah42 commented 11 years ago

Per original author's TODO, QueryCallback should not be an interface but a typedef. This also applies to TreeCallback.