Subversion Repositories spk

Rev

Details | Last modification | View Log | RSS feed

Rev Author Line No. Line
1 cycrow 1
#include "../StdAfx.h"
2
#include "WizardStartup.h"
3
#include "CreationWizard.h"
4
 
5
namespace Creator {
6
	//TODO: add this
7
	/*void WizardStartup::EnableDone(bool e, int type)
8
	{
9
		cli::safe_cast<CreationWizard ^>(m_pParent)->EnableNext(e);
10
 
11
		if ( e )
12
			cli::safe_cast<CreationWizard ^>(m_pParent)->CreatePackageType(type);
13
	}*/
14
};