mirror of
https://github.com/amyinspace/MagicSetEditor2.git
synced 2026-06-12 05:36:59 -04:00
Added perl script to generate updates page.
Added/fixed versioning in data. Added more framework to update checker. git-svn-id: svn://svn.code.sf.net/p/magicseteditor/code/trunk@750 0fc631ac-6414-0410-93d0-97cfa31319b6
This commit is contained in:
@@ -72,6 +72,10 @@ class UpdatesWindow : public Frame {
|
||||
void onActionChange(wxCommandEvent&);
|
||||
void onApplyChanges(wxCommandEvent&);
|
||||
|
||||
void SelectPackageDependencies (PackageVersionDataP);
|
||||
void RemovePackageDependencies (PackageVersionDataP);
|
||||
void DowngradePackageDependencies(PackageVersionDataP);
|
||||
|
||||
/// Update the buttons to indicate that this is selected.
|
||||
void updateButtons(int index);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user