9 lines
325 B
C
9 lines
325 B
C
|
|
//---------------------------------------------------------------------------
|
||
|
|
#ifndef SupportH
|
||
|
|
#define SupportH
|
||
|
|
//---------------------------------------------------------------------------
|
||
|
|
#endif
|
||
|
|
//---------------------------------------------------------------------------
|
||
|
|
int __fastcall Round(double const AVal);
|
||
|
|
|