/[svn]/libgig/trunk/src/RIFF.h
ViewVC logotype

Diff of /libgig/trunk/src/RIFF.h

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 3476 by schoenebeck, Wed Feb 20 19:12:49 2019 UTC revision 3478 by schoenebeck, Thu Feb 21 20:10:08 2019 UTC
# Line 36  Line 36 
36  # define DEBUG 0  # define DEBUG 0
37  #endif  #endif
38    
39    #ifndef OVERRIDE
40    # if defined(__cplusplus) && __cplusplus >= 201103L
41    #  define OVERRIDE override
42    # endif
43    #endif
44    
45  #include <string>  #include <string>
46  #include <list>  #include <list>
47  #include <map>  #include <map>
48  #include <set>  #include <set>
49    #include <vector>
50  #include <iostream>  #include <iostream>
51  #include <stdarg.h>  #include <stdarg.h>
52    
# Line 211  namespace RIFF { Line 218  namespace RIFF {
218          float __range_min;             ///< Only for internal usage, do not modify!          float __range_min;             ///< Only for internal usage, do not modify!
219          float __range_max;             ///< Only for internal usage, do not modify!          float __range_max;             ///< Only for internal usage, do not modify!
220          progress_t();          progress_t();
221            std::vector<progress_t> subdivide(int iSubtasks);
222      };      };
223    
224      /** @brief Ordinary RIFF Chunk      /** @brief Ordinary RIFF Chunk

Legend:
Removed from v.3476  
changed lines
  Added in v.3478

  ViewVC Help
Powered by ViewVC