-------------------------------------------- GET Average FPS ---------------------------------------------
| 138 | } |
| 139 | //-------------------------------------------- GET Average FPS --------------------------------------------- |
| 140 | double GameImpl::getAverageFPS() const |
| 141 | { |
| 142 | return fpsCounter.getAverageFps(); |
| 143 | } |
| 144 | //------------------------------------------- GET MOUSE POSITION ------------------------------------------- |
| 145 | BWAPI::Position GameImpl::getMousePosition() const |
| 146 | { |
no test coverage detected