mirror of
https://github.com/vcmi/vcmi.git
synced 2025-11-27 22:49:25 +02:00
* further changes towards support for ranged spells
* added info about author & license in files
This commit is contained in:
@@ -33,6 +33,16 @@ namespace intpr = boost::interprocess;
|
||||
bool end2 = false;
|
||||
int port = 3030;
|
||||
|
||||
/*
|
||||
* CVCMIServer.cpp, part of VCMI engine
|
||||
*
|
||||
* Authors: listed in file AUTHORS in main folder
|
||||
*
|
||||
* License: GNU General Public License v2.0 or later
|
||||
* Full text of license available in license.txt file, in main folder
|
||||
*
|
||||
*/
|
||||
|
||||
void vaccept(tcp::acceptor *ac, tcp::socket *s, boost::system::error_code *error)
|
||||
{
|
||||
ac->accept(*s,*error);
|
||||
|
||||
Reference in New Issue
Block a user