|
DataMuseum.dkPresents historical artifacts from the history of: DKUUG/EUUG Conference tapes |
This is an automatic "excavation" of a thematic subset of
See our Wiki for more about DKUUG/EUUG Conference tapes Excavated with: AutoArchaeologist - Free & Open Source Software. |
top - metrics - downloadIndex: T d
Length: 773 (0x305) Types: TextFile Names: »data.h«
└─⟦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«
/* $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;