Use argc and argv passed down

This commit is contained in:
mdiluzio 2015-01-02 15:06:04 +00:00
parent 2281bcb6cd
commit 0619031cb6
7 changed files with 13 additions and 17 deletions
source/client

View file

@ -1,6 +1,6 @@
#include "server.h"
int runServer()
int runServer(int argc, char* argv[])
{
return 0;
}