EgtInterface 1.6p3 :

- aggiunta EgtExistsTable.
This commit is contained in:
Dario Sassi
2016-04-19 15:57:05 +00:00
parent c8cb5fd115
commit fe543f3a55
2 changed files with 7 additions and 0 deletions
+7
View File
@@ -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)