v2.0.0
Loading...
Searching...
No Matches
lsl_global.cpp
Go to the documentation of this file.
1//=============================================================================================================
34
35//=============================================================================================================
36// INCLUDES
37//=============================================================================================================
38
39#include "lsl_global.h"
40
41//=============================================================================================================
42// DEFINE METHODS
43//=============================================================================================================
44
46
47//=============================================================================================================
48
49const char* LSLLIB::buildHash(){ return UTILSLIB::gitHash();}
50
51//=============================================================================================================
52
lsl library export/import macros.
const char * buildDateTime()
const char * buildHash()
const char * buildHashLong()
constexpr auto gitHashLong()
Definition buildinfo.h:92
constexpr auto gitHash()
Definition buildinfo.h:79
constexpr auto dateTimeNow()
Definition buildinfo.h:70