#ifndef PRINTTESTVIEW_HPP #define PRINTTESTVIEW_HPP class PrintTestView; #include class PrintTestView : public BView { typedef BView Inherited; public: PrintTestView(BRect frame); void Draw(BRect updateRect); }; #endif