Overview   Project   Class   Tree   Deprecated   Index 
0 A.D.
FRAMES    NO FRAMES
SUMMARY:  INNER | FIELD | CONSTR | METHOD

lib.res.file
Struct File

   in file.h

struct File


Field Summary
 const char* atom_fn
          
 uint flags
          
 u8[ FILE_OPAQUE_SIZE ] opaque
          
 off_t size
          
 const FileProvider_VTbl* type
          
 

Field Detail

atom_fn

public const char* atom_fn;

flags

public uint flags;

opaque

public u8 opaque[ FILE_OPAQUE_SIZE ];

size

public off_t size;

type

public const FileProvider_VTbl* type;

 Overview   Project   Class   Tree   Deprecated   Index 
0 A.D.
Generated on September 04, 2007 at 18:13
CppDoc v2.4.0
FRAMES    NO FRAMES
SUMMARY:  INNER | FIELD | CONSTR | METHOD