瀏覽代碼

log dialogs on stdout

ncannasse 6 年之前
父節點
當前提交
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;
 }