| # | Line 2 | Line 2 | |
|---|---|---|
| 2 | ||
| 3 | #include <iostream> | |
| 4 | #include <cmath> | |
| 5 | + | #include <vector> | 
| 6 | ||
| 7 | #include <stdio.h> | |
| 8 | #include <stdlib.h> | |
| # | Line 22 | Line 23 | namespace dumpRead{ | |
| 23 | namespace dumpRead{ | |
| 24 | void nodeZeroError( void ); | |
| 25 | void anonymousNodeDie( void ); | |
| 26 | + | |
| 27 | + | |
| 28 | + | class FilePos{ | 
| 29 | + | public: | 
| 30 | + | |
| 31 | + | |
| 32 | + | private: | 
| 33 | + | |
| 34 | + | |
| 35 | + | }; | 
| 36 | + | |
| 37 | + | vector<FilePos> frameStart; | 
| 38 | } | |
| 39 | ||
| 40 | using namespace dumpRead; | |
| – | Removed lines | 
| + | Added lines | 
| < | Changed lines | 
| > | Changed lines |