/* * Copyright 2008, François Revol, <revol@free.fr>. All rights reserved. * Distributed under the terms of the MIT License. */ #ifndef _LOGINWINDOW_H_ #define _LOGINWINDOW_H_ #include <Window.h> class LoginWindow : public BWindow { public: LoginWindow(BRect frame); virtual ~LoginWindow(); }; #endif // _LOGINWINDOW_H_