DarkPlaces
Game engine based on the Quake 1 engine by id Software, developed by LadyHavoc
 
lumpinfo_t Struct Reference

#include <wad.h>

+ Collaboration diagram for lumpinfo_t:

Data Fields

char compression
 
int disksize
 
int filepos
 
char name [16]
 
char pad1
 
char pad2
 
int size
 
char type
 

Detailed Description

Definition at line 60 of file wad.h.

Field Documentation

◆ compression

char lumpinfo_t::compression

Definition at line 66 of file wad.h.

◆ disksize

int lumpinfo_t::disksize

Definition at line 63 of file wad.h.

Referenced by W_SwapLumps().

◆ filepos

int lumpinfo_t::filepos

Definition at line 62 of file wad.h.

Referenced by W_GetLumpName(), and W_SwapLumps().

◆ name

char lumpinfo_t::name[16]

Definition at line 68 of file wad.h.

Referenced by W_GetLumpName().

◆ pad1

char lumpinfo_t::pad1

Definition at line 67 of file wad.h.

◆ pad2

char lumpinfo_t::pad2

Definition at line 67 of file wad.h.

◆ size

int lumpinfo_t::size

Definition at line 64 of file wad.h.

Referenced by W_GetLumpName(), and W_SwapLumps().

◆ type

char lumpinfo_t::type

Definition at line 65 of file wad.h.


The documentation for this struct was generated from the following file: