extern void WndVarInspect( const char *buff ) { a_window *wnd; wnd = WndClassInspect( WND_WATCH ); if( wnd != NULL ) { WndVarAdd( wnd, buff, strlen( buff ), false ); WndScrollBottom( wnd ); } }
void DUIShowLogWindow( void ) { WndClassInspect( WND_DIALOGUE ); }