EgtInterface 1.6p3 :
- aggiunta EgtExistsTable.
This commit is contained in:
@@ -317,6 +317,13 @@ __stdcall EgtRemovePartFromRawPart( int nPartId)
|
||||
|
||||
//-----------------------------------------------------------------------------
|
||||
// Table & Fixtures
|
||||
//-----------------------------------------------------------------------------
|
||||
BOOL
|
||||
__stdcall EgtExistsTable( const wchar_t* wsTable)
|
||||
{
|
||||
return ( ExeExistsTable( wstrztoA( wsTable)) ? TRUE : FALSE) ;
|
||||
}
|
||||
|
||||
//-----------------------------------------------------------------------------
|
||||
BOOL
|
||||
__stdcall EgtSetTable( const wchar_t* wsTable)
|
||||
|
||||
Reference in New Issue
Block a user