Added console server app. First try. Depends on qt for locale-specific stuff. Cannot start a game yet, only join is possible. Cannot run multiple games yet.
Not yet as service/daemon, because testing is easier with a simple console app.
This commit is contained in:
@@ -29,6 +29,8 @@
|
||||
#define NANOSECONDS_PER_SECOND 1000000000
|
||||
#endif
|
||||
|
||||
#define THREAD_WAIT_INFINITE 0xFFFFFFFF
|
||||
|
||||
class Thread
|
||||
{
|
||||
public:
|
||||
|
||||
Reference in New Issue
Block a user