Changeset 11071 for code/trunk/src/modules/tetris/TetrisScore.h
- Timestamp:
- Jan 17, 2016, 10:29:21 PM (9 years ago)
- Location:
- code/trunk
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
code/trunk
- Property svn:mergeinfo changed
-
code/trunk/src/modules/tetris/TetrisScore.h
r10262 r11071 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 changedOwner() override; //!< Is called when the owner changes. 65 64 66 65 private:
Note: See TracChangeset
for help on using the changeset viewer.