naev 0.12.5
space_fdecl.h
1/*
2 * See Licensing and Copyright notice in naev.h
3 */
4#pragma once
5
6/* Forward declarations. */
7typedef struct StarSystem_ StarSystem;
8typedef struct Spob_ Spob;
9typedef struct JumpPoint_ JumpPoint;
Represents a jump lane.
Definition space.h:261
Represents a Space Object (SPOB), including and not limited to planets, stations, wormholes,...
Definition space.h:102
Represents a star system.
Definition space.h:299