From 325d8c2348b5cabe32d1e90ce28a049f278e3f8c Mon Sep 17 00:00:00 2001 From: Yann Herklotz Date: Sat, 15 Apr 2017 22:38:14 +0100 Subject: Added test bench --- test/rigid_body_test.cpp | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 test/rigid_body_test.cpp (limited to 'test/rigid_body_test.cpp') diff --git a/test/rigid_body_test.cpp b/test/rigid_body_test.cpp new file mode 100644 index 00000000..b0b1d1d6 --- /dev/null +++ b/test/rigid_body_test.cpp @@ -0,0 +1,6 @@ +#include "Physics/rigidbody.hpp" + +int main(int, char**) +{ + +} -- cgit