diff --git a/API_BeamMgr.cpp b/API_BeamMgr.cpp index 0fef7ee..5092d43 100644 --- a/API_BeamMgr.cpp +++ b/API_BeamMgr.cpp @@ -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,