LAB: Moved CPtr to engine class

This commit is contained in:
Eugene Sandulenko 2015-12-03 11:10:58 +01:00 committed by Willem Jan Palenstijn
parent c67a9e867c
commit 4424463f06
5 changed files with 61 additions and 65 deletions

View file

@ -134,6 +134,7 @@ private:
public:
bool _longWinInFront;
CloseDataPtr _cptr;
private:
bool createScreen(bool HiRes);