| 131 | } |
| 132 | |
| 133 | void ActionsDemo::onExit() |
| 134 | { |
| 135 | _grossini->release(); |
| 136 | _tamara->release(); |
| 137 | _kathia->release(); |
| 138 | |
| 139 | TestCase::onExit(); |
| 140 | } |
| 141 | |
| 142 | void ActionsDemo::centerSprites(unsigned int numberOfSprites) |
| 143 | { |
nothing calls this directly
no test coverage detected