#include <list>#include <lang/LangString.h>#include <engine/ScorchedContext.h>Go to the source code of this file.
Namespaces | |
| namespace | TankSort |
Classes | |
| struct | TankSort::SortOnScore |
Defines | |
| #define | AFX_TANKSORT_H__21F68DAD_9352_4673_9E24_B869AD5645AE__INCLUDED_ |
Functions | |
| int | TankSort::compare (ScorchedContext &context, const LangString &nameX, TankScore &scoreX, const LangString &nameY, TankScore &scoreY) |
| int | TankSort::getWinningTeam (ScorchedContext &context) |
| void | TankSort::getSortedTanks (std::list< Tank * > &list, ScorchedContext &context) |
| void | TankSort::getSortedTanksIds (ScorchedContext &context, std::list< unsigned int > &list, bool allTanks) |
| #define AFX_TANKSORT_H__21F68DAD_9352_4673_9E24_B869AD5645AE__INCLUDED_ |
Definition at line 22 of file TankSort.h.
1.5.3