RasterProcessTool/BaseCommonLibrary/BaseTool/PrintMsgToQDebug.h

11 lines
293 B
C
Raw Normal View History

#pragma once
#ifndef PRINTMSGTOQDEBUG_H_
#define PRINTMSGTOQDEBUG_H_
#include "BaseConstVariable.h"
extern "C" BASECONSTVARIABLEAPI void PrintMsgToQDebug(char* msg);
2025-02-19 04:29:15 +00:00
extern "C" BASECONSTVARIABLEAPI void PrintTipMsgToQDebug(const char* tip, const char* msg);
#endif // !PRINTMSGTOQDEBUG_H_