From 72eee6ca4f1a5271c0185b0d98df4b1ca5204f0c Mon Sep 17 00:00:00 2001 From: Alexander Sulfrian Date: Fri, 23 Nov 2012 20:49:40 +0100 Subject: menu/static: add getter for vertices_count --- src/menu/static.cpp | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'src/menu/static.cpp') diff --git a/src/menu/static.cpp b/src/menu/static.cpp index 452ce055..3ac74267 100644 --- a/src/menu/static.cpp +++ b/src/menu/static.cpp @@ -131,6 +131,11 @@ namespace usdx } } + size_t Static::get_vertices_count(void) const + { + return vertices_count; + } + void Static::set_stroke(const RgbColor& stroke) { this->stroke = stroke; -- cgit v1.2.3