-----------------------------------------------------------------------------------
| 39 | } |
| 40 | //----------------------------------------------------------------------------------- |
| 41 | void TutorialGameState::_notifyGraphicsSystem( GraphicsSystem *graphicsSystem ) |
| 42 | { |
| 43 | mGraphicsSystem = graphicsSystem; |
| 44 | } |
| 45 | //----------------------------------------------------------------------------------- |
| 46 | void TutorialGameState::createScene01() { createDebugTextOverlay(); } |
| 47 | //----------------------------------------------------------------------------------- |
no outgoing calls