SGL
lib
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 {
14
string
getLibraryInfoPanelMessage
();
15
string
getLibraryVersion
();
16
}
17
}
18
19
#endif // _gversion_h
sgl::version::getLibraryInfoPanelMessage
string getLibraryInfoPanelMessage()
Definition:
gversion.cpp:26
sgl
Definition:
console.h:293
sgl::version::getLibraryVersion
string getLibraryVersion()
Definition:
gversion.cpp:40
Generated by
1.8.14