EgtInterface 1.8b4 :
- aggiunta interfaccia per EgtGetImage.
This commit is contained in:
@@ -512,3 +512,12 @@ __stdcall EgtChangeTextureDimensions( const wchar_t* wsName, double dDimX, doubl
|
||||
{
|
||||
return ( ExeChangeTextureDimensions( wstrztoA( wsName), dDimX, dDimY) ? TRUE : FALSE) ;
|
||||
}
|
||||
|
||||
//-----------------------------------------------------------------------------
|
||||
BOOL
|
||||
__stdcall EgtGetImage( int nShowMode, const int TopCol[4], const int BottomCol[4],
|
||||
int nWidth, int nHeight, const wchar_t* wsName)
|
||||
{
|
||||
return ( ExeGetImage( nShowMode, Color( TopCol), Color( BottomCol),
|
||||
nWidth, nHeight, wstrztoA( wsName)) ? TRUE : FALSE) ;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user