---------------------------------------------------- GET APM ---------------------------------------------
| 834 | } |
| 835 | //---------------------------------------------------- GET APM --------------------------------------------- |
| 836 | int GameImpl::getAPM(bool includeSelects) const |
| 837 | { |
| 838 | return apmCounter.apm(includeSelects); |
| 839 | } |
| 840 | //---------------------------------------------------- SET MAP --------------------------------------------- |
| 841 | bool GameImpl::setMap(const char *mapFileName) |
| 842 | { |
no test coverage detected