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