EgtInterface :

- aggiunte interfacce per funzioni EgtBeamShowFacesName e EgtBeamShowLoadingSide.
This commit is contained in:
DarioS
2022-11-08 16:42:57 +01:00
parent a33ed95b37
commit dc907ddc81
+14
View File
@@ -122,6 +122,20 @@ __stdcall EgtBeamGetSideData( int nSide,
return TRUE ;
}
//-----------------------------------------------------------------------------
BOOL
__stdcall EgtBeamShowFacesName( BOOL bShow)
{
return ( ExeBeamShowFacesName( ( bShow != FALSE)) ? TRUE : FALSE) ;
}
//-----------------------------------------------------------------------------
BOOL
__stdcall EgtBeamShowLoadingSide( BOOL bShow, BOOL bFromLeft)
{
return ( ExeBeamShowLoadingSide( ( bShow != FALSE), ( bFromLeft != FALSE)) ? TRUE : FALSE) ;
}
//-----------------------------------------------------------------------------
int
__stdcall EgtBeamAddProcess( int nGroup, int nProc, int nSide, const wchar_t* wsDes, int nProcId,