RasterProcessTool/RasterMainWidgetGUI/RasterMainWidget/LAMPMainWidgetRunProgram.h

11 lines
193 B
C

#pragma once
#ifndef LAMPMAINWIDGETRUNPROGRAM_H_
#define LAMPMAINWIDGETRUNPROGRAM_H_
#include "LAMPMainWidgetAPI.h"
extern "C" void RASTERMAINWIDGETGUI_EXPORT RasterMainWidgetRun();
#endif