# | Line 2 | Line 2 | |
---|---|---|
2 | ||
3 | #include "Exclude.hpp" | |
4 | ||
5 | – | int* Exclude::exPair |
5 | int Exclude::nExcludes; | |
6 | + | int* Exclude::exPairs; |
7 | ||
8 | Exclude::Exclude( int theIndex ){ | |
9 | exI = theIndex*2; |
– | Removed lines |
+ | Added lines |
< | Changed lines |
> | Changed lines |