EgtInterface :

- aggiornamento interfaccia.
This commit is contained in:
Dario Sassi
2016-10-13 15:13:40 +00:00
parent 5eb891f3cb
commit 09383cb279
+7
View File
@@ -321,6 +321,13 @@ __stdcall EgtAddPartToRawPart( int nPartId, const double ptPos[3], int nRawId)
return ( ExeAddPartToRawPart( nPartId, ptPos, nRawId) ? TRUE : FALSE) ;
}
//-----------------------------------------------------------------------------
int
__stdcall EgtGetRawPartFromPart( int nPartId)
{
return ExeGetRawPartFromPart( nPartId) ;
}
//-----------------------------------------------------------------------------
BOOL
__stdcall EgtRemovePartFromRawPart( int nPartId)