ResKnife/PICT Editor/Classes/PictWindow.cpp

7 lines
120 B
C++
Raw Normal View History

2001-10-19 19:41:13 +00:00
#include "Initalisation.h"
/*** CONSTRUCTOR ***/
PictWindow::PictWindow( WindowRef newWindow )
{
window = newWindow;
}