#ifndef __LIBSEGL_H #define __LIBSEGL_H #include #include namespace segl { std::string getVersion(); std::string getFullVersion(); void printVersion(); void printFullVersion(); } // namespace segl #endif