#include <sound.h>
Data Fields | |
| unsigned int | buffer |
| the OpenAL buffer of this sound | |
| unsigned int | source |
| each sound has its own OpenAL source | |
| bool | iscopy |
| true if only a dupe of another sound | |
| bool | temporary |
| true if it should be deleted after play | |
Definition at line 83 of file sound.h.
1.2.18