Bullet Collision Detection & Physics Library
Classes | Namespaces | Enumerations
bFile.h File Reference
#include "bCommon.h"
#include "bChunk.h"
#include <stdio.h>
Include dependency graph for bFile.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  bParse::bFile
 

Namespaces

namespace  bParse
 

Enumerations

enum  bParse::bFileFlags {
  bParse::FD_INVALID =0 ,
  bParse::FD_OK =1 ,
  bParse::FD_VOID_IS_8 =2 ,
  bParse::FD_ENDIAN_SWAP =4 ,
  bParse::FD_FILE_64 =8 ,
  bParse::FD_BITS_VARIES =16 ,
  bParse::FD_VERSION_VARIES = 32 ,
  bParse::FD_DOUBLE_PRECISION =64 ,
  bParse::FD_BROKEN_DNA = 128 ,
  bParse::FD_FILEDNA_IS_MEMDNA = 256
}
 
enum  bParse::bFileVerboseMode {
  bParse::FD_VERBOSE_EXPORT_XML = 1 ,
  bParse::FD_VERBOSE_DUMP_DNA_TYPE_DEFINITIONS = 2 ,
  bParse::FD_VERBOSE_DUMP_CHUNKS = 4 ,
  bParse::FD_VERBOSE_DUMP_FILE_INFO =8
}