Subversion Repositories spk

Rev

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

Rev 94 Rev 95
Line 44... Line 44...
44
	{
44
	{
45
	public:
45
	public:
46
		Form1(array<System::String ^> ^args);
46
		Form1(array<System::String ^> ^args);
47
 
47
 
48
		void parseCommandArguments(array<System::String ^> ^args);
48
		void parseCommandArguments(array<System::String ^> ^args);
49
 
-
 
50
		int GetHighestGame()
-
 
51
		{
-
 
52
			return _pGameDir->highestGame();
-
 
53
		}
-
 
54
 
49
 
55
		void ModMerge()
50
		void ModMerge()
56
		{
51
		{
57
			ModMerge::Form1 ^merge = gcnew ModMerge::Form1();
52
			ModMerge::Form1 ^merge = gcnew ModMerge::Form1();
58
			merge->StartPosition = Windows::Forms::FormStartPosition::CenterParent;
53
			merge->StartPosition = Windows::Forms::FormStartPosition::CenterParent;