/** Copyright 2013, Stephan Aßmus <superstippi@gmx.de>* All rights reserved. Distributed under the terms of the MIT License.*/#include <stdio.h>#include "App.h"intmain(int argc, char* argv[]){App().Run();return 0;}
/** Copyright 2013, Stephan Aßmus <superstippi@gmx.de>* All rights reserved. Distributed under the terms of the MIT License.*/#include <stdio.h>#include "App.h"intmain(int argc, char* argv[]){App().Run();return 0;}