1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26
#include "OneVsOne.h" void OneVsOne::OnDraw() { } void OneVsOne::OnUnitIteration(Unit* unit, Player* player, int playerIndex) { } void OneVsOne::OnMenuPlayerTreenode(Player* player, int playerIndex) { } void OneVsOne::OnNeutralUnit(Unit* unit) { } void OneVsOne::OnMenuMainWindow() { }