mirror of
git://xwords.git.sourceforge.net/gitroot/xwords/xwords
synced 2025-01-04 23:02:02 +01:00
draw game name
This commit is contained in:
parent
283963edf1
commit
d989223669
1 changed files with 2 additions and 0 deletions
|
@ -133,6 +133,7 @@ class CXWordsAppView : public CCoeControl
|
|||
TBool DoSavedGames();
|
||||
TBool DoNewGame();
|
||||
void DoImmediateDraw();
|
||||
void DrawGameName() const;
|
||||
|
||||
|
||||
static void sym_util_requestTime( XW_UtilCtxt* uc );
|
||||
|
@ -150,6 +151,7 @@ class CXWordsAppView : public CCoeControl
|
|||
XWGame iGame;
|
||||
DrawCtx* iDraw;
|
||||
TGameName iCurGameName;
|
||||
TRect iTitleBox;
|
||||
|
||||
VTableMgr* iVtMgr;
|
||||
TTime iStartTime;
|
||||
|
|
Loading…
Reference in a new issue