]> git.cameronkatri.com Git - bsdgames-darwin.git/blob - warp/EXTERN.h
38dcdac591cc7f8c814c508b0115af8b84ccd271
[bsdgames-darwin.git] / warp / EXTERN.h
1 /* Header: EXTERN.h,v 7.0.1.1 86/12/12 16:46:50 lwall Exp
2 *
3 * Log: EXTERN.h,v
4 * Revision 7.0.1.1 86/12/12 16:46:50 lwall
5 * Guarded the undefs.
6 *
7 * Revision 7.0 86/10/08 15:11:31 lwall
8 * Split into separate files. Added amoebas and pirates.
9 *
10 */
11
12 #ifdef EXT
13 #undef EXT
14 #endif
15 #define EXT extern
16
17 #ifdef INIT
18 #undef INIT
19 #endif
20 #define INIT(x)
21
22 #ifdef DOINIT
23 #undef DOINIT
24 #endif