Quake II RTX doxygen  1.0 dev
sfxcache_s Struct Reference

#include <sound.h>

Public Attributes

int length
 
int loopstart
 
int width
 
byte data [1]
 

Detailed Description

Definition at line 33 of file sound.h.

Member Data Documentation

◆ data

byte sfxcache_s::data[1]

Definition at line 41 of file sound.h.

Referenced by Paint16(), and Paint8().

◆ length

int sfxcache_s::length

◆ loopstart

int sfxcache_s::loopstart

Definition at line 35 of file sound.h.

Referenced by AL_UploadSfx(), S_PaintChannels(), and S_SoundList_f().

◆ width

int sfxcache_s::width

Definition at line 36 of file sound.h.

Referenced by AL_UploadSfx(), S_EndRegistration(), S_PaintChannels(), and S_SoundList_f().