![]() |
SmallSocket.h File Reference#include "SmallHandler.h" #include <TcpSocket.h> #include "PlayerFactory.h" Include dependency graph for SmallSocket.h: ![]() This graph shows which files directly or indirectly include this file: ![]() Go to the source code of this file.
Enumeration Type Documentation
Definition at line 28 of file SmallSocket.h. 00028 { 00029 STATE_LOGIN = 1, 00030 STATE_PROMPT, 00031 STATE_QUIT, 00032 STATE_PASSWORD, 00033 STATE_NEW_PLAYER_QUESTION, 00034 STATE_PASSWORD_1, 00035 STATE_PASSWORD_2, 00036 };
|