naev 0.10.4
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:196
Represents a Space Object (SPOB), including and not limited to planets, stations, wormholes,...
Definition: space.h:88
Represents a star system.
Definition: space.h:234