equal
deleted
inserted
replaced
17 */ |
17 */ |
18 |
18 |
19 #ifndef HWFORM_H |
19 #ifndef HWFORM_H |
20 #define HWFORM_H |
20 #define HWFORM_H |
21 |
21 |
22 #include <QLabel> |
22 #include <QMainWindow> |
23 #include <QLineEdit> |
|
24 #include <QDir> |
|
25 #include <QStack> |
23 #include <QStack> |
26 |
24 |
27 #include "netserver.h" |
25 #include "netserver.h" |
28 #include "game.h" |
26 #include "game.h" |
29 #include "ui_hwform.h" |
27 #include "ui_hwform.h" |
61 void PlayDemo(); |
59 void PlayDemo(); |
62 void NetConnect(); |
60 void NetConnect(); |
63 void NetConnectServer(); |
61 void NetConnectServer(); |
64 void NetStartServer(); |
62 void NetStartServer(); |
65 void NetDisconnect(); |
63 void NetDisconnect(); |
66 void NetJoin(); |
|
67 void NetCreate(); |
|
68 void AddGame(const QString & chan); |
|
69 void NetGameEnter(); |
64 void NetGameEnter(); |
70 void NetStartGame(); |
65 void NetStartGame(); |
71 void AddNetTeam(const HWTeam& team); |
66 void AddNetTeam(const HWTeam& team); |
72 void StartMPGame(); |
67 void StartMPGame(); |
73 void NetGameStateChanged(GameState gameState); |
68 void NetGameStateChanged(GameState gameState); |