mirror of
https://github.com/nickshanks/ResKnife.git
synced 2025-01-21 15:33:02 +00:00
7 lines
120 B
C++
7 lines
120 B
C++
|
#include "Initalisation.h"
|
||
|
|
||
|
/*** CONSTRUCTOR ***/
|
||
|
PictWindow::PictWindow( WindowRef newWindow )
|
||
|
{
|
||
|
window = newWindow;
|
||
|
}
|