Basic connection between server and unit

This commit is contained in:
Kayne Ruse
2013-05-10 19:57:53 +10:00
parent a667fae21a
commit 4671afe900
18 changed files with 891 additions and 42 deletions
+1 -1
View File
@@ -9,8 +9,8 @@ int main(int, char**) {
#ifdef DEBUG
cout << "Beginning server" << endl;
#endif
Server app;
try {
Server app;
app.Init();
app.Proc();
app.Quit();