EgtInterface 1.6a4 :

- completamento modifiche per registrazione comandi in lua e per gestione RefType e RefId.
This commit is contained in:
Dario Sassi
2015-01-26 07:53:04 +00:00
parent 4e5a81c493
commit a45c3fca8a
25 changed files with 1574 additions and 1254 deletions
+6 -6
View File
@@ -80,7 +80,7 @@ __stdcall EgtSetBackground( const int TopCol[4], const int BottomCol[4], BOOL bR
//-----------------------------------------------------------------------------
bool
__stdcall EgtSetBackground( Color TopCol, Color BottomCol, bool bRedraw)
EgtSetBackground( Color TopCol, Color BottomCol, bool bRedraw)
{
GseContext* pGseCtx = GetCurrGseContext() ;
VERIFY_CTX_SCENE( pGseCtx, false)
@@ -100,7 +100,7 @@ __stdcall EgtSetMarkAttribs( const int MarkCol[4])
//-----------------------------------------------------------------------------
bool
__stdcall EgtSetMarkAttribs( Color MarkCol)
EgtSetMarkAttribs( Color MarkCol)
{
GseContext* pGseCtx = GetCurrGseContext() ;
VERIFY_CTX_SCENE( pGseCtx, false)
@@ -117,7 +117,7 @@ __stdcall EgtSetSelSurfAttribs( const int SelSurfCol[4])
//-----------------------------------------------------------------------------
bool
__stdcall EgtSetSelSurfAttribs( Color SelSurfCol)
EgtSetSelSurfAttribs( Color SelSurfCol)
{
GseContext* pGseCtx = GetCurrGseContext() ;
VERIFY_CTX_SCENE( pGseCtx, false)
@@ -134,7 +134,7 @@ __stdcall EgtSetGeoLineAttribs( const int GlCol[4])
//-----------------------------------------------------------------------------
bool
__stdcall EgtSetGeoLineAttribs( Color GlCol)
EgtSetGeoLineAttribs( Color GlCol)
{
GseContext* pGseCtx = GetCurrGseContext() ;
VERIFY_CTX_SCENE( pGseCtx, false)
@@ -151,7 +151,7 @@ __stdcall EgtSetGeoTriaAttribs( const int GtCol[4])
//-----------------------------------------------------------------------------
bool
__stdcall EgtSetGeoTriaAttribs( Color GtCol)
EgtSetGeoTriaAttribs( Color GtCol)
{
GseContext* pGseCtx = GetCurrGseContext() ;
VERIFY_CTX_SCENE( pGseCtx, false)
@@ -168,7 +168,7 @@ __stdcall EgtSetWinRectAttribs( BOOL bOutline, const int WrCol[4])
//-----------------------------------------------------------------------------
bool
__stdcall EgtSetWinRectAttribs( bool bOutline, Color WrCol)
EgtSetWinRectAttribs( bool bOutline, Color WrCol)
{
GseContext* pGseCtx = GetCurrGseContext() ;
VERIFY_CTX_SCENE( pGseCtx, false)