1 2 3 4 5 6 7 8 9 10 11
#ifndef UI_ELEMENTS_H #define UI_ELEMENTS_H 1 #include "config.h" #include "ui_txtwindow.h" int do_ui(void); #endif