Merge pull request #385 from eladsal/dev-title

Add new function to get and set title strings
This commit is contained in:
Elad Salomons
2019-02-07 22:13:40 +02:00
committed by GitHub
7 changed files with 69 additions and 0 deletions

View File

@@ -144,6 +144,10 @@ extern "C" {
int DLLEXPORT ENgeterror(int errcode, char *errmsg, int maxLen);
int DLLEXPORT ENgetstatistic(int type, EN_API_FLOAT_TYPE* value);
int DLLEXPORT ENgettitle(char *titleline1, char *titleline2, char *titleline3);
int DLLEXPORT ENsettitle(char *titleline1, char *titleline2, char *titleline3);
/********************************************************************