Basic connection between server and unit
This commit is contained in:
+1
-1
@@ -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();
|
||||
|
||||
Reference in New Issue
Block a user