/* * Copyright (c) 2005-2006, Haiku, Inc. * Distributed under the terms of the MIT license. * * Author: * DarkWyrm */ #ifndef RESWIN_H #define RESWIN_H #include class ResWindow : public BWindow { public: ResWindow(const BRect &rect, const entry_ref *ref=NULL); ~ResWindow(void); bool QuitRequested(void); }; #endif