version Last update: 16.07.2025 1 3 4#ifndef EXPORT_VERSION_VERSION_H_ 5#define EXPORT_VERSION_VERSION_H_ 6 7#include <string> 8 13namespace simulation_framework 14{ 15namespace core 16{ 17 18std::string GetCoreVersion(); 19std::string GetCorePublicVersion(); 20std::string GetCoreInternalVersion(); 21 22} // namespace core 23} // namespace simulation_framework 24 25#endif // EXPORT_VERSION_VERSION_H_ coreThe namespace for all core functionalities under namespace simulation_framework. simulation_frameworkThe top namespace for simulation framework.