6 lines
153 B
C
6 lines
153 B
C
#ifndef findcc_H
|
|
#define findcc_H
|
|
|
|
_declspec(dllexport)int Grs(float sp,float gp,float s1,float s2,float s3,float l1,float l2,float l3,float g1);
|
|
|
|
#endif |