Doxygen for new function

This commit is contained in:
JaMiT 2016-09-04 23:53:48 -05:00
parent a6d23581e1
commit 4212a3c660

View file

@ -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();