diff --git a/src/sweep.rs b/src/sweep.rs deleted file mode 100644 index 428063f..0000000 --- a/src/sweep.rs +++ /dev/null @@ -1,8 +0,0 @@ - -//something that implements body + hitbox + transform can predict collision -impl crate::sweep::PredictCollision for Model { - fn predict_collision(&self,other:&Model) -> Option { - //math! - None - } -} \ No newline at end of file