diff options
Diffstat (limited to 'src/RendererSection.hpp')
-rw-r--r-- | src/RendererSection.hpp | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/RendererSection.hpp b/src/RendererSection.hpp index c9137ce..f172a12 100644 --- a/src/RendererSection.hpp +++ b/src/RendererSection.hpp @@ -41,4 +41,6 @@ public: size_t numOfFaces; friend void swap(RendererSection &lhs, RendererSection &rhs); + + void UpdateData(const RendererSectionData &data); };
\ No newline at end of file |