BTRFS: Implement BTree::Path and change _Find.
[haiku.git] / src / apps / packageinstaller / PackageWindow.h
blobfa94854193d506a082c3791b2ad04850b2e5256c
1 /*
2 * Copyright (c) 2007, Haiku, Inc.
3 * Distributed under the terms of the MIT license.
5 * Author:
6 * Ɓukasz 'Sil2100' Zemczak <sil2100@vexillium.org>
7 */
8 #ifndef PACKAGE_WINDOW_H
9 #define PACKAGE_WINDOW_H
12 #include <Window.h>
15 struct entry_ref;
18 class PackageWindow : public BWindow {
19 public:
20 PackageWindow(const entry_ref* ref);
21 virtual ~PackageWindow();
23 virtual void Quit();
27 #endif // PACKAGE_WINDOW_H