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