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