Subversion Repositories spk

Rev

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

Rev 110 Rev 116
Line 330... Line 330...
330
		}
330
		}
331
 
331
 
332
		void ImportShip();
332
		void ImportShip();
333
		void ImportShipFromVFS();
333
		void ImportShipFromVFS();
334
 
334
 
335
		String ^getShipSelection(CVirtualFileSystem *pVfs);
335
		String ^getShipSelection(CVirtualFileSystem *pVfs, System::String ^*shipName);
336
 
336
 
337
 
337
 
338
		void OpenDirectory(System::String ^dir)
338
		void OpenDirectory(System::String ^dir)
339
		{
339
		{
340
			if ( !System::IO::Directory::Exists(dir) )
340
			if ( !System::IO::Directory::Exists(dir) )