Audio - there are missing music files and file for sound "button hover" (You can...
commitd607300ef3d51a6d3844d4efc749dfc0b721cdbf
authorJindra.Kovar <jindraxx@centrum.cz>
Fri, 1 Apr 2011 19:49:34 +0000 (1 21:49 +0200)
committerJindra.Kovar <jindraxx@centrum.cz>
Fri, 1 Apr 2011 19:49:34 +0000 (1 21:49 +0200)
tree12079763cadeef7c77ba0b66d2849dbf9895375f
parent370fa431bdf775f0ef9daec685f43d4902285184
Audio - there are missing music files and file for sound "button hover" (You can add or change some .wav files, changing path in CAudio.h requiered). Instead of this, it should be ready for use. There is main.cpp in the folder, there is an example for using CAudio.h
19 files changed:
sound/CAudio.cpp [new file with mode: 0644]
sound/CAudio.h [new file with mode: 0644]
sound/Makefile.win [new file with mode: 0644]
sound/OpenAL32.dll [new file with mode: 0644]
sound/alut.dll [new file with mode: 0644]
sound/audiotext.txt [new file with mode: 0644]
sound/include/al.h [new file with mode: 0644]
sound/include/al/al.h [new file with mode: 0644]
sound/include/al/alc.h [new file with mode: 0644]
sound/include/al/alut.h [new file with mode: 0644]
sound/include/alc.h [new file with mode: 0644]
sound/include/alut.h [new file with mode: 0644]
sound/libs/OpenAL32.lib [new file with mode: 0644]
sound/libs/alut.lib [new file with mode: 0644]
sound/main.cpp [new file with mode: 0644]
sound/soundfiles/ButtonSuc.wav [new file with mode: 0644]
sound/soundfiles/SonIntro1.wav [new file with mode: 0644]
sound/soundfiles/game_over.wav [new file with mode: 0644]
sound/soundfiles/woohoo.wav [new file with mode: 0644]