Include :
- aggiornamento interfacce.
This commit is contained in:
@@ -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,
|
||||
|
||||
@@ -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} ;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user