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