Subversion Repositories spk

Rev

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

Rev 79 Rev 94
Line 1570... Line 1570...
1570
		}
1570
		}
1571
 
1571
 
1572
		return "";
1572
		return "";
1573
	}
1573
	}
1574
 
1574
 
1575
	int PackageForm::GetHighestGame()
1575
	CGameDirectories *PackageForm::gameDirectories()
1576
	{
1576
	{
1577
		return ((Form1 ^)this->MdiParent)->GetHighestGame();
1577
		return ((Form1 ^)this->MdiParent)->gameDirectories();
1578
	}
1578
	}
1579
 
-
 
1580
 
1579
 
1581
	void PackageForm::ImportData(String ^file, int type)
1580
	void PackageForm::ImportData(String ^file, int type)
1582
	{
1581
	{
1583
		CFileIO F(CyStringFromSystemString(file));
1582
		CFileIO F(CyStringFromSystemString(file));
1584
		if ( !F.exists() )
1583
		if ( !F.exists() )