Hi all,
Here come my first doubts :P
I need to be sure screen / audio / input devices are available or working...
Under PB i used to do it like this
If initaudio() ..
If initjoystick() ..
If openscreen() ..
But i see no way to do this under Bmax :\
Does it matter ? I mean, can i play sound even if the audio device is not present or does that throw some sort of error?
Here come my first doubts :P
I need to be sure screen / audio / input devices are available or working...
Under PB i used to do it like this
If initaudio() ..
If initjoystick() ..
If openscreen() ..
But i see no way to do this under Bmax :\
Does it matter ? I mean, can i play sound even if the audio device is not present or does that throw some sort of error?