mirror of
https://github.com/nickshanks/ResKnife.git
synced 2024-11-04 22:06:17 +00:00
7 lines
120 B
C++
7 lines
120 B
C++
#include "Initalisation.h"
|
|
|
|
/*** CONSTRUCTOR ***/
|
|
PictWindow::PictWindow( WindowRef newWindow )
|
|
{
|
|
window = newWindow;
|
|
} |