aboutsummaryrefslogtreecommitdiff
path: root/OneVsOne.cpp
blob: 8b87d65457a925f47a997a1fe7d21be8ad1a91fb (plain)
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()
{
	
}