diff options
Diffstat (limited to 'include/Physics')
-rw-r--r-- | include/Physics/Physics.hpp | 8 |
1 files changed, 8 insertions, 0 deletions
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 |