Doxygen for new function
This commit is contained in:
parent
a6d23581e1
commit
4212a3c660
1 changed files with 1 additions and 0 deletions
|
@ -66,6 +66,7 @@ public:
|
|||
|
||||
/** Get the current mouse action */
|
||||
mouse_action& get_mouse_action() { return *mouse_action_; }
|
||||
/** Get the current mouse action */
|
||||
const mouse_action& get_mouse_action() const { return *mouse_action_; }
|
||||
/** Get the current palette */
|
||||
common_palette& get_palette();
|
||||
|
|
Loading…
Add table
Reference in a new issue