|
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 - download
Length: 386 (0x182) Types: TextFile Names: »weapon.h«
└─⟦b20c6495f⟧ Bits:30007238 EUUGD18: Wien-båndet, efterår 1987 └─⟦this⟧ »EUUGD18/General/Warp/weapon.h«
/* $Header: weapon.h,v 7.0 86/10/08 15:18:20 lwall Exp $ */ /* $Log: weapon.h,v $ * Revision 7.0 86/10/08 15:18:20 lwall * Split into separate files. Added amoebas and pirates. * */ EXT int tractor INIT(0); EXT int etorp; EXT int btorp; EXT OBJECT *isatorp[2][3][3]; EXT int aretorps; void fire_torp(); void attack(); void fire_phaser(); int tract(); void weapon_init();