aboutsummaryrefslogtreecommitdiff
path: root/include/ui33.h
blob: 7aa489c7f0f6a023795bfeff0153df123469f174 (plain)
1
2
3
4
5
6
7
8
9
#ifndef __UI_H__
#define __UI_H__


void ui_add_message( String fmt, ... );
void ui_draw_messages( void );


#endif /** UI **/