naev
0.12.6
src
mapData.h
1
/*
2
* See Licensing and Copyright notice in naev.h
3
*/
4
#pragma once
5
6
#include "space.h"
7
14
struct
OutfitMapData_s
{
15
StarSystem **
systems
;
16
JumpPoint **
jumps
;
17
Spob
**
spobs
;
18
};
OutfitMapData_s
Represents a map, is not actually stored on a ship but put into the nav system.
Definition
mapData.h:14
OutfitMapData_s::systems
StarSystem ** systems
Definition
mapData.h:15
OutfitMapData_s::jumps
JumpPoint ** jumps
Definition
mapData.h:16
OutfitMapData_s::spobs
Spob ** spobs
Definition
mapData.h:17
Spob
Represents a Space Object (SPOB), including and not limited to planets, stations, wormholes,...
Definition
space.h:102
Generated by
1.14.0