chromium/third_party/unrar/src/rawread.hpp

#ifndef _RAR_RAWREAD_
#define _RAR_RAWREAD_

class RawRead
{};

uint64 RawGetV(const byte *Data,uint &ReadPos,uint DataSize,bool &Overflow);

#endif