All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Pages
CellModelChunkReader.h
1 // Copyright eeGeo Ltd (2012-2014), All Rights Reserved
2 
3 #pragma once
4 
5 #include "Types.h"
6 #include "ChunkedFileFormat.h"
7 
8 namespace Eegeo
9 {
10  namespace IO
11  {
12  namespace ChunkedFileFormat
13  {
14  namespace CellModelChunkReader
15  {
16  u32 ReadCellModelChunk(ChunkStream* pChunkStream);
17  }
18  }
19  }
20 }