|
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: 707 (0x2c3) Types: TextFile Names: »doturn.h«
└─⟦b20c6495f⟧ Bits:30007238 EUUGD18: Wien-båndet, efterår 1987 └─⟦this⟧ »EUUGD18/General/Gb/doturn.h«
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;