#ifndef UI_ELEMENTS_H
#define UI_ELEMENTS_H 1

#include "config.h"
#include "ui_txtwindow.h"


int
do_ui(void);

#endif