Starshatter_Open
Open source Starshatter engine
|
#include "MemDebug.h"
#include "Sensor.h"
#include "Contact.h"
#include "Element.h"
#include "Ship.h"
#include "ShipDesign.h"
#include "Shot.h"
#include "Drone.h"
#include "WeaponDesign.h"
#include "Sim.h"
#include "CombatGroup.h"
#include "CombatUnit.h"
#include "Game.h"
Go to the source code of this file.
Classes | |
struct | TargetOffset |
Variables | |
const double | SENSOR_THRESHOLD = 0.25 |
const double | sensor_lock_threshold = 0.5 |
const double sensor_lock_threshold = 0.5 |
Definition at line 586 of file Sensor.cpp.
const double SENSOR_THRESHOLD = 0.25 |
Definition at line 32 of file Sensor.cpp.