lib.res.file
Namespace ERR
in archive.h
in compression.h
in file.h
in file_io.h
in path.h
in trace.h
in vfs_mount.h
in vfs_tree.h
- namespace ERR
=========================================================================
File : archive.h
Project : 0 A.D.
Description : provide access to archive "resources". allows
: opening, reading from, and creating them.
=========================================================================
ALREADY_MOUNTED
public const LibError ALREADY_MOUNTED;
COMPRESSION_UNKNOWN_METHOD
public const LibError COMPRESSION_UNKNOWN_METHOD;
DIR_END
public const LibError DIR_END;
FILE_ACCESS
public const LibError FILE_ACCESS;
FILE_NOT_MAPPED
public const LibError FILE_NOT_MAPPED;
IO
public const LibError IO;
IO_EOF
public const LibError IO_EOF;
IS_COMPRESSED
public const LibError IS_COMPRESSED;
MOUNT_INVALID_TYPE
public const LibError MOUNT_INVALID_TYPE;
NOT_MOUNTED
public const LibError NOT_MOUNTED;
ROOT_DIR_ALREADY_SET
public const LibError ROOT_DIR_ALREADY_SET;
TNODE_NOT_FOUND
public const LibError TNODE_NOT_FOUND;
TNODE_WRONG_TYPE
public const LibError TNODE_WRONG_TYPE;
TRACE_EMPTY
public const LibError TRACE_EMPTY;