| 3 | using namespace BWAPI; |
| 4 | bool lastIsAttackFrame; |
| 5 | void MicroTest::onStart() |
| 6 | { |
| 7 | Broodwar->enableFlag(Flag::UserInput); |
| 8 | Broodwar->setCommandOptimizationLevel(4); |
| 9 | } |
| 10 | void MicroTest::onFrame() |
| 11 | { |
| 12 | Position goal=Broodwar->getMousePosition()+Broodwar->getScreenPosition(); |
nothing calls this directly
no test coverage detected