aboutsummaryrefslogtreecommitdiff
path: root/include/entity/MeshInstance.hpp
diff options
context:
space:
mode:
authordec05eba <dec05eba@protonmail.com>2020-03-11 01:52:27 +0100
committerdec05eba <dec05eba@protonmail.com>2021-11-18 15:22:10 +0100
commit1156c0f58b01ff080b9d9ede15b449a845df6654 (patch)
tree426c14ffd9e6aac2d37af58211e78b1fae8d6fe6 /include/entity/MeshInstance.hpp
parent12c36c61c3f8d19c44cb2e5ffdf3ed812a0390d2 (diff)
Starting on entity system...HEADmaster
Diffstat (limited to 'include/entity/MeshInstance.hpp')
-rw-r--r--include/entity/MeshInstance.hpp8
1 files changed, 8 insertions, 0 deletions
diff --git a/include/entity/MeshInstance.hpp b/include/entity/MeshInstance.hpp
new file mode 100644
index 0000000..004c1c7
--- /dev/null
+++ b/include/entity/MeshInstance.hpp
@@ -0,0 +1,8 @@
+#pragma once
+
+namespace amalgine {
+ class MeshInstance {
+ public:
+ void update();
+ };
+} \ No newline at end of file