2 * Copyright (c) 2007, Haiku, Inc.
3 * Distributed under the terms of the MIT license.
6 * Ćukasz 'Sil2100' Zemczak <sil2100@vexillium.org>
8 #ifndef PACKAGE_WINDOW_H
9 #define PACKAGE_WINDOW_H
18 class PackageWindow
: public BWindow
{
20 PackageWindow(const entry_ref
* ref
);
21 virtual ~PackageWindow();
27 #endif // PACKAGE_WINDOW_H