#ifndef __ICEFRAME_HPP #define __ICEFRAME_HPP #define BIFINCL_WINDOW #define BIFINCL_APPWINDOW #define BIFINCL_ADVANCEDHANDLERS #define BIFINCL_SIZERESTRICTIONHANDLERS #include "iceclient.hpp" class ICEFrame : public FAppWindow, public FSizeRestrictionFrameHandler { public: ICEClient client; ICEFrame(); ~ICEFrame(); Bool Create(FWnd *parent); }; #endif