aboutsummaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authordec05eba <dec05eba@protonmail.com>2020-02-29 00:36:43 +0100
committerdec05eba <dec05eba@protonmail.com>2021-11-18 15:22:10 +0100
commitc3453fedbd270afe8d9dfc7f288ea7205f029b86 (patch)
tree57158583f023a50a21cc86811889d3ee3cf07fe4 /include
parent9ab59b76c0ece5e261c0152af3f830f48532e103 (diff)
Begin on physics
Diffstat (limited to 'include')
-rw-r--r--include/Physics/Physics.hpp8
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