2 * Copyright 2008, François Revol, <revol@free.fr>. All rights reserved.
3 * Distributed under the terms of the MIT License.
5 #ifndef _LOGINWINDOW_H_
6 #define _LOGINWINDOW_H_
10 class LoginWindow
: public BWindow
{
12 LoginWindow(BRect frame
);
13 virtual ~LoginWindow();
16 #endif // _LOGINWINDOW_H_