Conquer Space 0.0.0
A space themed grand strategy game set in the near future, with realistic orbital mechanics, and an emphasis on economics and politics.
|
#include <alaudioasset.h>
Public Member Functions | |
ALAudioAsset () | |
float | Length () |
~ALAudioAsset () | |
Public Member Functions inherited from cqsp::asset::AudioAsset | |
virtual | ~AudioAsset ()=default |
AssetType | GetAssetType () override |
Public Member Functions inherited from cqsp::asset::Asset | |
virtual | ~Asset ()=default |
Public Attributes | |
ALuint | buffer |
float | length = 0 |
Public Attributes inherited from cqsp::asset::Asset | |
std::string | path |
int | accessed = 0 |
|
inline |
|
inline |
|
inlinevirtual |
Length in seconds.
Implements cqsp::asset::AudioAsset.
ALuint cqsp::asset::ALAudioAsset::buffer |
float cqsp::asset::ALAudioAsset::length = 0 |