--- generator/hdr/ui.h 2020/03/04 04:46:28 1.1 +++ generator/hdr/ui.h 2020/03/04 04:47:01 1.1.1.2 @@ -1,9 +1,7 @@ int ui_init(int argc, char *argv[]); -char *ui_setinfo(t_cartinfo *cartinfo); int ui_loop(void); -void ui_line(unsigned int line); +void ui_line(int line); void ui_endfield(void); -void ui_run(void); void ui_final(void); void ui_log_debug3(const char *text, ...); void ui_log_debug2(const char *text, ...); @@ -14,3 +12,4 @@ void ui_log_normal(const char *text, ... void ui_log_critical(const char *text, ...); void ui_log_request(const char *text, ...); void ui_err(const char *text, ...); +void ui_musiclog(uint8 *data, unsigned int length);