Changeset 11054 for code/branches/cpp11_v3/src/modules/tetris/TetrisScore.h
- Timestamp:
- Jan 10, 2016, 1:54:11 PM (9 years ago)
- Location:
- code/branches/cpp11_v3
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
code/branches/cpp11_v3
- Property svn:mergeinfo changed
-
code/branches/cpp11_v3/src/modules/tetris/TetrisScore.h
r10262 r11054 60 60 virtual ~TetrisScore(); 61 61 62 virtual void tick(float dt) ; //!< Creates and sets the caption to be displayed by the TetrisScore.63 virtual void XMLPort(Element& xmlelement, XMLPort::Mode mode) ;64 virtual void changedOwner() ; //!< Is called when the owner changes.62 virtual void tick(float dt) override; //!< Creates and sets the caption to be displayed by the TetrisScore. 63 virtual void XMLPort(Element& xmlelement, XMLPort::Mode mode) override; 64 virtual void changedOwner() override; //!< Is called when the owner changes. 65 65 66 66 private:
Note: See TracChangeset
for help on using the changeset viewer.