StarTrekV3_Linux  Version3
 All Classes Namespaces Files Functions Variables Enumerations Enumerator Friends Macros Pages
utils.h
Go to the documentation of this file.
1 int screenshot(const char *destination_path, const char *gamename);
3 
5 void InitLog();
6 
12 void Log(const std::string a_strLog);
13 
14 
void Log(const std::string a_strLog)
Log a message in the standard Logfile.
Definition: utils.cpp:97
int screenshot(const char *destination_path, const char *gamename)
take a screenshot
Definition: utils.cpp:11
void InitLog()
Initialize the log SYSTEM.
Definition: utils.cpp:90