naev 0.11.5
map_find.h
1/*
2 * See Licensing and Copyright notice in naev.h
3 */
4#pragma once
5
6#include "space.h"
7
11typedef struct map_find_s {
13 StarSystem *sys;
14 char display[STRMAX_SHORT];
15 int jumps;
16 double distance;
18
19void map_inputFind( unsigned int parent, const char* str );
20void map_inputFindType( unsigned int parent, const char *type );
Represents a Space Object (SPOB), including and not limited to planets, stations, wormholes,...
Definition space.h:89
Represents a found target.
Definition map_find.h:11
StarSystem * sys
Definition map_find.h:13
int jumps
Definition map_find.h:15
Spob * spob
Definition map_find.h:12
double distance
Definition map_find.h:16