Include :

- aggiornamento prototipi.
This commit is contained in:
Dario Sassi
2015-02-17 22:48:20 +00:00
parent 83f5ea8a5c
commit 91c6432bb2
+2 -1
View File
@@ -220,7 +220,8 @@ EIN_EXPORT BOOL __stdcall EgtResetMark( int nId) ;
EIN_EXPORT BOOL __stdcall EgtGetMark( int nId, BOOL* pnMark) ;
EIN_EXPORT BOOL __stdcall EgtGetCalcMark( int nId, BOOL* pnMark) ;
EIN_EXPORT BOOL __stdcall EgtStdColor( const wchar_t* wsName, int ObjCol[4]) ;
EIN_EXPORT BOOL __stdcall EgtSetColor( int nId, const int ObjCol[4]) ;
EIN_EXPORT BOOL __stdcall EgtSetColor( int nId, const int ObjCol[4], BOOL bSetAlpha) ;
EIN_EXPORT BOOL __stdcall EgtSetAlpha( int nId, int nAlpha) ;
EIN_EXPORT BOOL __stdcall EgtResetColor( int nId) ;
EIN_EXPORT BOOL __stdcall EgtGetColor( int nId, int ObjCol[4]) ;
EIN_EXPORT BOOL __stdcall EgtGetCalcColor( int nId, int ObjCol[4]) ;