2
0
ncannasse 6 жил өмнө
parent
commit
cb377f8b42
1 өөрчлөгдсөн 1 нэмэгдсэн , 0 устгасан
  1. 1 0
      libs/ui/ui_stub.c

+ 1 - 0
libs/ui/ui_stub.c

@@ -11,6 +11,7 @@ HL_PRIM void HL_NAME(ui_init)() {
 }
 
 HL_PRIM int HL_NAME(ui_dialog)( const uchar *title, const uchar *message, int flags ) {
+	uprintf(USTR("[DIALOG] [%s] %s"), title, message);
 	return 0;
 }