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 **/