Variables | |
| const int | LIGHT_TANK = 0 |
| const int | HEAVY_TANK = 1 |
| const int | LAUNCHER = 2 |
| const int | ARTILLERY = 3 |
| const int | JET = 4 |
| const int | COUNT = 5 |
|
|
Definition at line 38 of file BattleUnitStat.h. Referenced by Artillery::Artillery(). |
|
|
Definition at line 40 of file BattleUnitStat.h. |
|
|
Definition at line 36 of file BattleUnitStat.h. Referenced by HeavyTank::HeavyTank(). |
|
|
Definition at line 39 of file BattleUnitStat.h. Referenced by Jet::Jet(). |
|
|
Definition at line 37 of file BattleUnitStat.h. Referenced by RocketLauncher::RocketLauncher(). |
|
|
Definition at line 35 of file BattleUnitStat.h. Referenced by LightTank::LightTank(). |
1.3-rc2