Added some new update code (YET TO BE TESTED) and some fixes to the VS

templates.
Still looking to find one source of a reference to 
"futsymbol_artifact.png" (case-sensitive)


git-svn-id: svn://svn.code.sf.net/p/magicseteditor/code/trunk@757 0fc631ac-6414-0410-93d0-97cfa31319b6
This commit is contained in:
coppro
2007-09-25 23:28:12 +00:00
parent 3ea0a4abd7
commit 30e18663f6
13 changed files with 88 additions and 24 deletions
+1 -1
View File
@@ -37,7 +37,7 @@ class Installer : public Packaged {
/// Load an installer from a file, and run it
static void installFrom(const String& filename, bool message_on_success, bool local);
/// Install all the packages
void install(bool local);
void install(bool local, bool check_dependencies = true);
/// Install a specific package
void install(const String& package);