DarkPlaces
Game engine based on the Quake 1 engine by id Software, developed by LadyHavoc
 
xmp_module_info Struct Reference
+ Collaboration diagram for xmp_module_info:

Data Fields

char * comment
 
unsigned char md5 [16]
 
struct xmp_modulemod
 
int num_sequences
 
struct xmp_sequence * seq_data
 
int vol_base
 

Detailed Description

Definition at line 186 of file snd_xmp.c.

Field Documentation

◆ comment

char* xmp_module_info::comment

Definition at line 190 of file snd_xmp.c.

◆ md5

unsigned char xmp_module_info::md5[16]

Definition at line 187 of file snd_xmp.c.

◆ mod

struct xmp_module* xmp_module_info::mod

Definition at line 189 of file snd_xmp.c.

Referenced by XMP_LoadModFile().

◆ num_sequences

int xmp_module_info::num_sequences

Definition at line 191 of file snd_xmp.c.

◆ seq_data

struct xmp_sequence* xmp_module_info::seq_data

Definition at line 192 of file snd_xmp.c.

◆ vol_base

int xmp_module_info::vol_base

Definition at line 188 of file snd_xmp.c.


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