EXTERN.h revision 1.1
11.1Skamil/* $Header: /tank/opengrok/rsync2/NetBSD/src/games/warp/EXTERN.h,v 1.1 2020/11/09 23:37:05 kamil Exp $ 21.1Skamil * 31.1Skamil * $Log: EXTERN.h,v $ 41.1Skamil * Revision 1.1 2020/11/09 23:37:05 kamil 51.1Skamil * Add Warp Kit, Version 7.0 by Larry Wall 61.1Skamil * 71.1Skamil * Warp is a real-time space war game that doesn't get boring very quickly. 81.1Skamil * Read warp.doc and the manual page for more information. 91.1Skamil * 101.1Skamil * games/warp originally distributed with 4.3BSD-Reno, is back to the BSD 111.1Skamil * world via NetBSD. Its remnants were still mentioned in games/Makefile. 121.1Skamil * 131.1Skamil * Larry Wall, the original author and the copyright holder, generously 141.1Skamil * donated the game and copyright to The NetBSD Foundation, Inc. 151.1Skamil * 161.1Skamil * Import the game sources as-is from 4.3BSD-Reno, with the cession 171.1Skamil * of the copyright and license to BSD-2-clause NetBSD-style. 181.1Skamil * 191.1Skamil * Signed-off-by: Larry Wall <larry@wall.org> 201.1Skamil * Signed-off-by: Kamil Rytarowski <kamil@netbsd.org> 211.1Skamil * 221.1Skamil * Revision 7.0.1.1 86/12/12 16:46:50 lwall 231.1Skamil * Guarded the undefs. 241.1Skamil * 25 * Revision 7.0 86/10/08 15:11:31 lwall 26 * Split into separate files. Added amoebas and pirates. 27 * 28 */ 29 30#ifdef EXT 31#undef EXT 32#endif 33#define EXT extern 34 35#ifdef INIT 36#undef INIT 37#endif 38#define INIT(x) 39 40#ifdef DOINIT 41#undef DOINIT 42#endif 43