root/src/apps/login/main.cpp
/*
 * Copyright 2008, François Revol, <revol@free.fr>. All rights reserved.
 * Distributed under the terms of the MIT License.
 */


#include "LoginApp.h"

int main(int , char **)
{
        LoginApp app;
        app.Run();

        return 0;
}