Starshatter_Open
Open source Starshatter engine
|
#include "MemDebug.h"
#include "StarshipTacticalAI.h"
#include "ShipAI.h"
#include "Ship.h"
#include "ShipDesign.h"
#include "Shot.h"
#include "Element.h"
#include "Instruction.h"
#include "RadioMessage.h"
#include "RadioTraffic.h"
#include "Contact.h"
#include "WeaponGroup.h"
#include "Drive.h"
#include "QuantumDrive.h"
#include "Sim.h"
#include "StarSystem.h"
#include "Starshatter.h"
#include "Random.h"
#include "Game.h"
Go to the source code of this file.
Variables | |
const double | STARSHIP_TACTICAL_DROP_TIME = 15 |
const double STARSHIP_TACTICAL_DROP_TIME = 15 |
Definition at line 36 of file StarshipTacticalAI.cpp.