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 - download
Index: ┃ T d

⟦5bc6af223⟧ TextFile

    Length: 773 (0x305)
    Types: TextFile
    Names: »data.h«

Derivation

└─⟦a0efdde77⟧ Bits:30001252 EUUGD11 Tape, 1987 Spring Conference Helsinki
    └─ ⟦526ad3590⟧ »EUUGD11/gnu-31mar87/X.V10.R4.tar.Z« 
        └─⟦2109abc41⟧ 
            └─ ⟦this⟧ »./X.V10R4/xtrek/data.h« 

TextFile

/* $Header: data.h,v 10.1 86/11/30 15:30:10 jg Rel $ */
/* Copyright (c) 1986 	Chris Guthrie */

extern struct player *players;
extern struct player *me;
extern struct torp *torps;
extern struct status *status;
extern struct ship *myship;
extern struct stats *mystats;
extern struct planet *planets;
extern struct phaser *phasers;
extern struct message *messages;
extern struct mctl *mctl;

extern int mapmode; 
extern int statmode;

extern int showShields;
extern int showStats;

extern Pixmap	foreTile, backTile, rTile, yTile, gTile;

extern int	borderColor, backColor, textColor, myColor, 
		warningColor, shipCol[4], rColor, yColor,
		gColor, unColor;

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

extern Font dfont, bfont;
extern FontInfo *dfontinfo, *bfontinfo;