Helios++
Helios software for LiDAR simulations
helios_version.h
1 #pragma once
2 
3 #include <string>
4 
8 extern const char *HELIOS_VERSION;
12 extern const char * HELIOS_GIT_HASH;
13 
18 const char * getHeliosVersion();
19 
26 std::string getHeliosFullVersion();
27