diff options
Diffstat (limited to 'OneVsOne.cpp')
-rw-r--r-- | OneVsOne.cpp | 26 |
1 files changed, 26 insertions, 0 deletions
diff --git a/OneVsOne.cpp b/OneVsOne.cpp new file mode 100644 index 0000000..8b87d65 --- /dev/null +++ b/OneVsOne.cpp @@ -0,0 +1,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() +{ + +}
\ No newline at end of file |