DataMuseum.dk

Presents historical artifacts from the history of:

DKUUG/EUUG Conference tapes

This is an automatic "excavation" of a thematic subset of
artifacts from Datamuseum.dk's BitArchive.

See our Wiki for more about DKUUG/EUUG Conference tapes

Excavated with: AutoArchaeologist - Free & Open Source Software.


top - metrics - download
Index: T d

⟦c91486d29⟧ TextFile

    Length: 998 (0x3e6)
    Types: TextFile
    Names: »data.h«

Derivation

└─⟦b20c6495f⟧ Bits:30007238 EUUGD18: Wien-båndet, efterår 1987
    └─⟦this⟧ »EUUGD18/X/Xtrek/data.h« 

TextFile

/* static char sccsid[] = "@(#)data.h	1.1"; */
/*

	Copyright (c) 1986 	Chris Guthrie

Permission to use, copy, modify, and distribute this
software and its documentation for any purpose and without
fee is hereby granted, provided that the above copyright
notice appear in all copies and that both that copyright
notice and this permission notice appear in supporting
documentation.  No representations are made about the
suitability of this software for any purpose.  It is
provided "as is" without express or implied warranty.

*/

extern int	xtrek_socket;

extern struct player players[MAXPLAYER];
extern struct torp torps[MAXPLAYER * MAXTORP];
extern struct status status[1];
extern struct planet planets[MAXPLANETS];
extern struct phaser phasers[MAXPLAYER];
extern struct message messages[MAXMESSAGE];
extern struct mctl mctl[MAXMESSAGE];

extern int remap[];
extern int udcounter;
extern int tcount[MAXTEAM + 1];

extern double	Sin[], Cos[];

extern char teamlet[];
extern char *teamshort[];