naev
0.12.5
src
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
12
typedef
struct
map_find_s {
13
Spob
*
spob
;
14
StarSystem *
sys
;
15
char
display
[STRMAX_SHORT];
16
int
jumps
;
17
double
distance
;
18
}
map_find_t
;
19
20
void
map_inputFind(
unsigned
int
parent,
const
char
*str );
21
void
map_inputFindType(
unsigned
int
parent,
const
char
*type );
naev.h
Header file with generic functions and naev-specifics.
Spob
Represents a Space Object (SPOB), including and not limited to planets, stations, wormholes,...
Definition
space.h:102
map_find_t
Represents a found target.
Definition
map_find.h:12
map_find_t::sys
StarSystem * sys
Definition
map_find.h:14
map_find_t::display
char display[STRMAX_SHORT]
Definition
map_find.h:15
map_find_t::jumps
int jumps
Definition
map_find.h:16
map_find_t::spob
Spob * spob
Definition
map_find.h:13
map_find_t::distance
double distance
Definition
map_find.h:17
Generated by
1.14.0