10 lines
201 B
C
10 lines
201 B
C
|
#pragma once
|
||
|
#ifndef PRINTMSGTOQDEBUG_H_
|
||
|
#define PRINTMSGTOQDEBUG_H_
|
||
|
#include "BaseConstVariable.h"
|
||
|
|
||
|
extern "C" BASECONSTVARIABLEAPI void PrintMsgToQDebug(char* msg);
|
||
|
#endif // !PRINTMSGTOQDEBUG_H_
|
||
|
|
||
|
|
||
|
|