1 #ifndef PE_UI_H
2 #define PE_UI_H
3 
4 void PE_ui_error(const char* err);
5 
6 #endif
7