10 lines
140 B
C
10 lines
140 B
C
|
#pragma once
|
||
|
|
||
|
#include "simulationsartool_global.h"
|
||
|
|
||
|
class SIMULATIONSARTOOL_EXPORT SimulationSARTool
|
||
|
{
|
||
|
public:
|
||
|
SimulationSARTool();
|
||
|
};
|