source: abuse/trunk/src/net/include/undrv.hpp @ 17

Last change on this file since 17 was 2, checked in by Sam Hocevar, 18 years ago
  • imported original 0.7.0 tarball
File size: 296 bytes
Line 
1#ifndef __UNDRV_HPP_
2#define __UNDRV_HPP_
3
4#define DEFAULT_COMM_PORT 20202
5#define DEFAULT_GAME_PORT 20203
6#define MAX_JOINERS 32  // maximum clients that can join at the same time                   
7
8#include "sock.hpp"
9
10void undrv_cleanup();
11
12extern net_socket *game_sock,*comm_sock;
13
14#endif
15
Note: See TracBrowser for help on using the repository browser.