diff --git a/EInAPI.h b/EInAPI.h index b364b6c..93b1792 100644 --- a/EInAPI.h +++ b/EInAPI.h @@ -784,6 +784,8 @@ EIN_EXPORT BOOL __stdcall EgtUnloadTexture( const wchar_t* wsName) ; EIN_EXPORT BOOL __stdcall EgtGetTexturePixels( const wchar_t* wsName, int* pnWidth, int* pnHeight) ; EIN_EXPORT BOOL __stdcall EgtGetTextureDimensions( const wchar_t* wsName, double* pdDimX, double* pdDimY) ; EIN_EXPORT BOOL __stdcall EgtChangeTextureDimensions( const wchar_t* wsName, double dDimX, double dDimY) ; +EIN_EXPORT BOOL __stdcall EgtGetImage( int nShowMode, const int TopCol[4], const int BottomCol[4], + int nWidth, int nHeight, const wchar_t* wsName) ; // Photo EIN_EXPORT int __stdcall EgtAddPhoto( const wchar_t* wsName, const wchar_t* wsFile, diff --git a/EXeConst.h b/EXeConst.h index 0f57d59..383c875 100644 --- a/EXeConst.h +++ b/EXeConst.h @@ -23,6 +23,7 @@ enum FileType { FT_NULL = 0, FT_CNC = 13, FT_CSF = 14, FT_BTL = 15, + FT_IMG = 16, FT_TSC = 101, FT_LUA = 102} ;