IDrawable.hx 92 B

12345
  1. package h3d;
  2. interface IDrawable {
  3. public function render( engine : Engine ) : Void;
  4. }