EgtInterface 1.6n6 :

- aggiornamento.
This commit is contained in:
Dario Sassi
2016-02-17 14:37:02 +00:00
parent 0cc5b1b5fe
commit cb643170aa
2 changed files with 7 additions and 0 deletions
+7
View File
@@ -232,6 +232,13 @@ __stdcall EgtVerifyRawPartPhase( int nRawId, int nPhase)
return ( ExeVerifyRawPartPhase( nRawId, nPhase) ? TRUE : FALSE) ;
}
//-----------------------------------------------------------------------------
BOOL
__stdcall EgtRemoveRawPartFromCurrPhase( int nRawId)
{
return ( ExeRemoveRawPartFromCurrPhase( nRawId) ? TRUE : FALSE) ;
}
//-----------------------------------------------------------------------------
BOOL
__stdcall EgtRemoveRawPart( int nRawId)