Home
last modified time | relevance | path

Searched defs:thing_s (Results 1 – 6 of 6) sorted by relevance

/dports/comms/direwolf/direwolf-1.6/src/
H A Dlog2gpx.c32 typedef struct thing_s { struct
33 double lat;
34 double lon;
35 float alt; /* Meters above average sea level. */
36 float course;
37 float speed; /* Meters per second. */
38 char time[20+1+3];
39 char name[9+1+2];
40 char desc[32]; /* freq/offset/tone something like 146.955 MHz -600k PL 74.4 */
41 char comment[80]; /* Combined mic-e status and comment text */
H A Dcm108.c237 struct thing_s { struct
253 int cm108_inventory (struct thing_s *things, int max_things); argument
/dports/games/golddig/golddigC3.1/
H A Dgolddig.h54 GOLDDIG_EXTERN struct thing_s { struct
55 int xstart,ystart; /* Starting position of thing. For both */
60 int xpos,ypos; /* Current position of thing */
61 int xold,yold; /* Previous position before last movement */
62 int redraw; /* Non-zero if thing should be redrawn */
63 enum directs dir; /* Current movement direction or action */
64 unsigned char hold; /* What is it carrying */
/dports/games/glbsp/glbsp-2.20/
H A Dlevel.h204 typedef struct thing_s struct
206 int x, y;
207 int type;
208 int options;
214 int index;
/dports/games/edge/Edge-1.35-source/glbsp/src/
H A Dlevel.h205 typedef struct thing_s struct
207 int x, y;
208 int type;
209 int options;
215 int index;
/dports/games/vavoom/vavoom-1.33/utils/glbsp/
H A Dlevel.h205 typedef struct thing_s struct
207 int x, y;
208 int type;
209 int options;
215 int index;