9 lines
125 B
C++
9 lines
125 B
C++
#ifndef START_RECONSTRUCTIONS_H
|
|
#define START_RECONSTRUCTIONS_H
|
|
|
|
namespace Recon
|
|
{
|
|
void startReconstructions();
|
|
}
|
|
|
|
#endif |