diff --git a/API_Scene.cpp b/API_Scene.cpp index 9559761..abc59ec 100644 --- a/API_Scene.cpp +++ b/API_Scene.cpp @@ -142,6 +142,13 @@ __stdcall EgtDraw( void) return ( ExeDraw() ? TRUE : FALSE) ; } +//----------------------------------------------------------------------------- +BOOL +__stdcall EgtRedraw( void) +{ + return ( ExeRedraw() ? TRUE : FALSE) ; +} + //----------------------------------------------------------------------------- BOOL __stdcall EgtSelect( int nWinX, int nWinY, int nSelW, int nSelH, int* pnSel) diff --git a/EgtInterface.rc b/EgtInterface.rc index 14d9073..6412ce4 100644 Binary files a/EgtInterface.rc and b/EgtInterface.rc differ