Ejemplo n.º 1
0
CSoundDeviceIdentifier &CALSoundManager::defaultSoundDevice()
{
    if(odevices.size() < 1)
        Throw(undefined_behavior("No sound device found"));

    return v_odevices[d_idx];
}
Ejemplo n.º 2
0
int main(int argc, char* argv[]) {
    undefined_behavior();
}