diff options
Diffstat (limited to 'include/entity/MeshInstance.hpp')
-rw-r--r-- | include/entity/MeshInstance.hpp | 8 |
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 |