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

⟦bddd6254c⟧ TextFile

    Length: 707 (0x2c3)
    Types: TextFile
    Names: »doturn.h«

Derivation

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

TextFile


struct stinfo {
	char temp_add;	/* addition to temperature to each planet */
	unsigned Thing_add : BITS_MAXPLAYERS;	
			/* new Thing colony on this planet */
} Stinfo[NUMSTARS][MAXPLANETS];

struct sectinfo {
	bool explored[MAXPLAYERS];
	unsigned VN : 1;
} Sectinfo[MAX_X][MAX_Y];

extern char telegram_buf[AUTO_TELEG_SIZE];
extern float compatibility();
extern shiptype *ships[MAXTOTALSHIPS];
extern planettype *planets[NUMSTARS][MAXPLANETS];
extern racetype *races[MAXPLAYERS];
extern us Sdatanumships[MAXPLAYERS];
extern ul Sdatapopns[MAXPLAYERS];
extern us starnumships[NUMSTARS][MAXPLAYERS];
extern ul starpopns[NUMSTARS][MAXPLAYERS];
extern float Compat[MAXPLAYERS];
extern int Num_races, Num_ships;