Last change
on this file since 651 was
481,
checked in by Sam Hocevar, 12 years ago
|
Fuck the history, I'm renaming all .hpp files to .h for my own sanity.
|
-
Property svn:keywords set to
Id
|
File size:
274 bytes
|
Rev | Line | |
---|
[2] | 1 | #ifndef __UNDRV_HPP_ |
---|
| 2 | #define __UNDRV_HPP_ |
---|
| 3 | |
---|
| 4 | #define DEFAULT_COMM_PORT 20202 |
---|
| 5 | #define DEFAULT_GAME_PORT 20203 |
---|
[124] | 6 | #define MAX_JOINERS 32 // maximum clients that can join at the same time |
---|
[2] | 7 | |
---|
[481] | 8 | #include "sock.h" |
---|
[2] | 9 | |
---|
| 10 | void undrv_cleanup(); |
---|
| 11 | |
---|
| 12 | extern net_socket *game_sock,*comm_sock; |
---|
| 13 | |
---|
| 14 | #endif |
---|
| 15 | |
---|
Note: See
TracBrowser
for help on using the repository browser.