Include :

- aggiornamento interfacce.
This commit is contained in:
Dario Sassi
2017-02-13 10:45:00 +00:00
parent fabab017b4
commit 9b707055a4
2 changed files with 3 additions and 0 deletions
+2
View File
@@ -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,
+1
View File
@@ -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} ;