DEBSOURCES
Skip Quicknav
sources / composite / 0.006.2%2Bdfsg0-2 / version.h
123456789
#ifndef HYD_VERSION_H #define HYD_VERSION_H #include <string> /// Returns the current Hydrogen version string std::string get_version(); #endif