mirror of
https://github.com/Cockatrice/Cockatrice.git
synced 2026-06-09 15:54:47 -07:00
boom
This commit is contained in:
parent
d329376e93
commit
1c2aa15b22
38 changed files with 638 additions and 1651 deletions
|
|
@ -20,10 +20,7 @@
|
|||
|
||||
#include <QCoreApplication>
|
||||
#include <QTextCodec>
|
||||
#include "server.h"
|
||||
#include "rng_qt.h"
|
||||
|
||||
AbstractRNG *rng;
|
||||
#include "servatrice.h"
|
||||
|
||||
int main(int argc, char *argv[])
|
||||
{
|
||||
|
|
@ -33,10 +30,7 @@ int main(int argc, char *argv[])
|
|||
|
||||
QTextCodec::setCodecForCStrings(QTextCodec::codecForName("UTF-8"));
|
||||
|
||||
rng = new RNG_Qt;
|
||||
|
||||
Server server;
|
||||
server.listen(QHostAddress::Any, 4747);
|
||||
Servatrice server;
|
||||
|
||||
return app.exec();
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue