From c3453fedbd270afe8d9dfc7f288ea7205f029b86 Mon Sep 17 00:00:00 2001 From: dec05eba Date: Sat, 29 Feb 2020 00:36:43 +0100 Subject: Begin on physics --- include/Physics/Physics.hpp | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 include/Physics/Physics.hpp (limited to 'include/Physics/Physics.hpp') diff --git a/include/Physics/Physics.hpp b/include/Physics/Physics.hpp new file mode 100644 index 0000000..9aec701 --- /dev/null +++ b/include/Physics/Physics.hpp @@ -0,0 +1,8 @@ +#pragma once + +namespace amalgine { + class Physics { + public: + Physics(); + }; +} \ No newline at end of file -- cgit v1.2.3