author | bjarni |
Sat, 02 Sep 2006 21:16:46 +0000 | |
changeset 4524 | 3d2786df6ffd |
parent 4512 | 7151d4ee3a0f |
child 4666 | 850b5b6e4bac |
permissions | -rw-r--r-- |
4512
7151d4ee3a0f
(svn r6297) -Codechange: Disentangle the query window mess a bit: Move the network game password handling somewhere were it belongs to
tron
parents:
diff
changeset
|
1 |
/* $Id$ */ |
7151d4ee3a0f
(svn r6297) -Codechange: Disentangle the query window mess a bit: Move the network game password handling somewhere were it belongs to
tron
parents:
diff
changeset
|
2 |
|
7151d4ee3a0f
(svn r6297) -Codechange: Disentangle the query window mess a bit: Move the network game password handling somewhere were it belongs to
tron
parents:
diff
changeset
|
3 |
#ifndef NETWORK_GUI_H |
7151d4ee3a0f
(svn r6297) -Codechange: Disentangle the query window mess a bit: Move the network game password handling somewhere were it belongs to
tron
parents:
diff
changeset
|
4 |
#define NETWORK_GUI_H |
7151d4ee3a0f
(svn r6297) -Codechange: Disentangle the query window mess a bit: Move the network game password handling somewhere were it belongs to
tron
parents:
diff
changeset
|
5 |
|
7151d4ee3a0f
(svn r6297) -Codechange: Disentangle the query window mess a bit: Move the network game password handling somewhere were it belongs to
tron
parents:
diff
changeset
|
6 |
void ShowNetworkNeedPassword(NetworkPasswordType npt); |
7151d4ee3a0f
(svn r6297) -Codechange: Disentangle the query window mess a bit: Move the network game password handling somewhere were it belongs to
tron
parents:
diff
changeset
|
7 |
|
7151d4ee3a0f
(svn r6297) -Codechange: Disentangle the query window mess a bit: Move the network game password handling somewhere were it belongs to
tron
parents:
diff
changeset
|
8 |
#endif |