EgtInterface 2.4e2 :

- aggiunte interfacce per EgtSetUserLevel e EgtGetUserLevel.
This commit is contained in:
DarioS
2022-05-09 19:33:31 +02:00
parent a5bfa465a3
commit 99c52482a2
2 changed files with 13 additions and 0 deletions
+13
View File
@@ -39,6 +39,19 @@ __stdcall EgtExit( void)
return ( ExeExit() ? TRUE : FALSE) ;
}
//-----------------------------------------------------------------------------
BOOL
__stdcall EgtSetUserLevel( int nUserLev)
{
return ( ExeSetUserLevel( nUserLev) ? TRUE : FALSE) ;
}
//-----------------------------------------------------------------------------
int
__stdcall EgtGetUserLevel( void)
{
return ExeGetUserLevel() ;
}
//-----------------------------------------------------------------------------
BOOL