Changeset 461 for AE/Installer/trunk/source/installer.h
- Timestamp:
- Oct 9, 2009, 5:22:08 AM (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
AE/Installer/trunk/source/installer.h
r379 r461 1 #pragma once1 #pragma once 2 2 /* AE/Mod Installer header file */ 3 3 #ifndef DOUBLE_HEADER … … 26 26 bool hasDeltas; 27 27 bool hasBSL; 28 bool hasAddon; 28 29 bool hasDats; 29 30 string category; … … 33 34 bool globalNeeded; 34 35 ModPackage(); 36 35 37 void doOutput() 36 38 { … … 70 72 hasDeltas = false; 71 73 hasBSL = false; 74 hasAddon = false; 72 75 hasDats = false; 73 76 category = ""; … … 98 101 void setProgressBar( int ); 99 102 103 void copyBSL( string, vector<string>, ModPackage ); 104 100 105 //New copy(path, path) function. Too lazy to implement my own, this is basically how I would have done it though. 101 106 //No, really. :)
Note:
See TracChangeset
for help on using the changeset viewer.