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