ResKnife/PICT Editor/Classes/Initalisation.h

1 line
240 B
C
Raw Normal View History

2001-10-19 19:41:13 +00:00
#include "PICT Editor.h" typedef class PictWindow PictWindow, *PictWindowPtr; /*** PICT WINDOW ***/ class PictWindow { WindowRef window; Rect rect; // size of picture, { 0, 0, x, y } public: PictWindow( WindowRef newWindow ); };