aboutsummaryrefslogtreecommitdiffstats
path: root/src/menu/reflection.hpp
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--src/menu/reflection.hpp3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/menu/reflection.hpp b/src/menu/reflection.hpp
index 442765db..5ff75279 100644
--- a/src/menu/reflection.hpp
+++ b/src/menu/reflection.hpp
@@ -40,6 +40,9 @@ namespace usdx
virtual ~Reflection(void);
virtual void on_draw(void) const;
+
+ void set_spacing(float value);
+ const float get_spacing(void) const;
};
};