Added pump's type constants to header files

This commit is contained in:
Elad Salomons
2015-09-23 15:31:29 +03:00
parent f894ade5ee
commit 322a3cb463
3 changed files with 8 additions and 1 deletions

View File

@@ -2785,7 +2785,7 @@ int DLLEXPORT ENgetheadcurve(int index, char *id)
int DLLEXPORT ENgetpumptype(int index, int *type)
/*----------------------------------------------------------------
** Input: index = index of pump in list of links
** Output: type = PumpType
** Output: type = Pump type
** Returns: error code
** Purpose: retrieves type of a pump for specific link index
**