16 lines
153 B
C
16 lines
153 B
C
#ifndef _SIM_FLOW_H
|
|
#define _SIM_FLOW_H
|
|
|
|
void SimuFlowInit(void);
|
|
int32_t ParShallCalc(double leve);
|
|
int32_t WaterLeveCalc(double leve);
|
|
|
|
#endif
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|