EgtInterface 1.6n6 :
- aggiornamento.
This commit is contained in:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user