Subversion Repositories spk

Rev

Rev 109 | Rev 116 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 109 Rev 110
Line 45... Line 45...
45
	public:
45
	public:
46
		static bool CheckCommandArguments(array<System::String ^> ^args);
46
		static bool CheckCommandArguments(array<System::String ^> ^args);
47
 
47
 
48
	public:
48
	public:
49
		Form1(array<System::String ^> ^args);
49
		Form1(array<System::String ^> ^args);
-
 
50
		!Form1();
50
 
51
 
51
		void parseCommandArguments(array<System::String ^> ^args);
52
		void parseCommandArguments(array<System::String ^> ^args);
52
 
53
 
53
		void ModMerge()
54
		void ModMerge()
54
		{
55
		{
Line 215... Line 216...
215
		{
216
		{
216
			if (components)
217
			if (components)
217
			{
218
			{
218
				delete components;
219
				delete components;
219
			}
220
			}
220
			delete m_pLoadedList;
221
				delete m_settings;
221
			delete m_pPackages;
222
				delete m_pPackages;
-
 
223
				delete m_pLoadedList;
222
			delete m_settings;
224
				delete _pGameDir;
223
		}
225
		}
224
 
226
 
225
	protected: 
227
	protected: 
226
		bool			 m_bAutoClose;
228
		bool			 m_bAutoClose;
227
		int				 m_iLocX;
229
		int				 m_iLocX;