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