More refactoring of functionality into seperate files, with stubs for server and client

This commit is contained in:
mdiluzio 2015-01-02 15:03:29 +00:00
parent 8835bfb82a
commit 2281bcb6cd
7 changed files with 101 additions and 45 deletions
source/client

View file

@ -1 +1,6 @@
#include "server.h"
#include "server.h"
int runServer()
{
}