|
|
1.1 root 1: // Emacs style mode select -*- C++ -*-
2: //-----------------------------------------------------------------------------
3: //
4: // $Id:$
5: //
6: // Copyright (C) 1993-1996 by id Software, Inc.
7: //
1.1.1.2 ! root 8: // This program is free software; you can redistribute it and/or
! 9: // modify it under the terms of the GNU General Public License
! 10: // as published by the Free Software Foundation; either version 2
! 11: // of the License, or (at your option) any later version.
1.1 root 12: //
1.1.1.2 ! root 13: // This program is distributed in the hope that it will be useful,
1.1 root 14: // but WITHOUT ANY WARRANTY; without even the implied warranty of
1.1.1.2 ! root 15: // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
! 16: // GNU General Public License for more details.
1.1 root 17: //
18: // DESCRIPTION:
19: // System specific network interface stuff.
20: //
21: //-----------------------------------------------------------------------------
22:
23:
24: #ifndef __I_NET__
25: #define __I_NET__
26:
27:
28: #ifdef __GNUG__
29: #pragma interface
30: #endif
31:
32:
33:
34: // Called by D_DoomMain.
35:
36:
37: void I_InitNetwork (void);
38: void I_NetCmd (void);
39:
40:
41: #endif
42: //-----------------------------------------------------------------------------
43: //
44: // $Log:$
45: //
46: //-----------------------------------------------------------------------------
This archive runs on limited infrastructure. Preserving old code on modern bandwidth. Automated agents are requested to crawl responsibly.