Add key bindings for pause, message refresh.
[chocolate-doom.git] / src / net_loop.h
blob9ad7492a50e1c0177ad5219a99869afb7b460427
1 // Emacs style mode select -*- C++ -*-
2 //-----------------------------------------------------------------------------
3 //
4 // Copyright(C) 2005 Simon Howard
5 //
6 // This program is free software; you can redistribute it and/or
7 // modify it under the terms of the GNU General Public License
8 // as published by the Free Software Foundation; either version 2
9 // of the License, or (at your option) any later version.
11 // This program is distributed in the hope that it will be useful,
12 // but WITHOUT ANY WARRANTY; without even the implied warranty of
13 // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
14 // GNU General Public License for more details.
16 // You should have received a copy of the GNU General Public License
17 // along with this program; if not, write to the Free Software
18 // Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA
19 // 02111-1307, USA.
21 // DESCRIPTION:
22 // Loopback network module for server compiled into the client
24 //-----------------------------------------------------------------------------
26 #ifndef NET_LOOP_H
27 #define NET_LOOP_H
29 #include "net_defs.h"
31 extern net_module_t net_loop_client_module;
32 extern net_module_t net_loop_server_module;
34 #endif /* #ifndef NET_LOOP_H */