⛏️ index : haiku.git

/*
 * 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_