14 lines
211 B
C
14 lines
211 B
C
|
#pragma once
|
||
|
|
||
|
#ifndef PRINTMESSAGE_C_H_
|
||
|
#define PRINTMESSAGE_C_H_
|
||
|
|
||
|
#include "RasterMainWidgetGUICFunAPI.h"
|
||
|
|
||
|
|
||
|
extern "C" RASTERMAINWIDGETGUICFUNAPI_EXPORT void PrintMessageWindowsShow_C_Fun(char* msg);
|
||
|
|
||
|
|
||
|
|
||
|
#endif
|