SGL
lib
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
{
16
string
getLibraryInfoPanelMessage
();
17
string
getLibraryVersion
();
18
}
19
20
#endif // _gversion_h
sgl::getLibraryVersion
string getLibraryVersion()
Definition:
gversion.cpp:42
sgl
Definition:
console.h:45
sgl::getLibraryInfoPanelMessage
string getLibraryInfoPanelMessage()
Definition:
gversion.cpp:29
Generated by
1.8.14