SGL
gversion.h
1 /*
2  * File: gversion.h
3  * ----------------
4  * Version message reports the version/build info of the library.
5  *
6  * @version 2021/04/09
7  * - added sgl namespace
8  */
9 
10 #ifndef _gversion_h
11 #define _gversion_h
12 
13 #include <string>
14 
15 namespace sgl {
17  string getLibraryVersion();
18 }
19 
20 #endif // _gversion_h
string getLibraryVersion()
Definition: gversion.cpp:42
Definition: console.h:45
string getLibraryInfoPanelMessage()
Definition: gversion.cpp:29