BTRFS: Implement BTree::Path and change _Find.
[haiku.git] / src / apps / login / LoginWindow.h
blob43a9f482db7a0ffd7b07e3a9a1aca49adc9c872b
1 /*
2 * Copyright 2008, François Revol, <revol@free.fr>. All rights reserved.
3 * Distributed under the terms of the MIT License.
4 */
5 #ifndef _LOGINWINDOW_H_
6 #define _LOGINWINDOW_H_
8 #include <Window.h>
10 class LoginWindow : public BWindow {
11 public:
12 LoginWindow(BRect frame);
13 virtual ~LoginWindow();
16 #endif // _LOGINWINDOW_H_