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