diff --git a/button.h b/button.h index c9aec57..6aba532 100644 --- a/button.h +++ b/button.h @@ -15,4 +15,6 @@ struct Button { ButtonStatus_e (*status)();//Used for coloring and morse menu void (*on_select)();//Action to take when selected char morse; -}; \ No newline at end of file +}; + +void drawButton(Button* button);