Rearranged the logic

This commit is contained in:
Kayne Ruse
2013-08-24 23:20:43 +10:00
parent 0a0b61287e
commit 7458962ad4
12 changed files with 234 additions and 121 deletions
+2 -2
View File
@@ -1,4 +1,4 @@
#include "application.hpp"
#include "server_application.hpp"
#include "SDL/SDL.h"
@@ -12,7 +12,7 @@ int main(int, char**) {
cout << "Beginning server" << endl;
#endif
try {
Application app;
ServerApplication app;
app.Init();
app.Loop();
app.Quit();