Ignore:
Timestamp:
Oct 9, 2009, 5:22:08 AM (16 years ago)
Author:
gumby
Message:

Added bsl support

File:
1 edited

Legend:

Unmodified
Added
Removed
  • AE/Installer/trunk/source/installer.h

    r379 r461  
    1 #pragma once
     1 #pragma once
    22/* AE/Mod Installer header file */
    33#ifndef DOUBLE_HEADER
     
    2626        bool    hasDeltas;
    2727        bool    hasBSL;
     28        bool    hasAddon;
    2829        bool    hasDats;
    2930        string  category;
     
    3334        bool    globalNeeded;
    3435        ModPackage();
     36
    3537        void doOutput()
    3638        {
     
    7072        hasDeltas = false;
    7173        hasBSL = false;
     74        hasAddon = false;
    7275        hasDats = false;
    7376        category = "";
     
    98101void setProgressBar( int );
    99102
     103void copyBSL( string, vector<string>, ModPackage );
     104
    100105//New copy(path, path) function. Too lazy to implement my own, this is basically how I would have done it though.
    101106//No, really. :)
Note: See TracChangeset for help on using the changeset viewer.