2 * Copyright (C) 2010 Luca Barbieri
3 * Released under the terms of the Crawl General Public License.
9 #include "connection.h"
14 static NetTiles
* create();
16 signal
<void(const std::string
&, const std::string
&)> login_signal
;
18 virtual void run(Connection
* conn
, int activity_mode
) = 0; /* conn will be destroyed by this function */
21 #endif /* NETTILES_H_ */