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