10 lines
235 B
C++
10 lines
235 B
C++
#ifndef START_RECONSTRUCTIONS_H
|
|
#define START_RECONSTRUCTIONS_H
|
|
|
|
#include <string>
|
|
namespace Recon
|
|
{
|
|
int startReconstructions(const std::string& aDataPath, const std::string& aDataRefPath, const std::string& aOutputPath);
|
|
}
|
|
|
|
#endif |