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