SDLMixerPlugin done...
commitff27f5d887136b629045e109ad71857933139558
authorBrian Caine <brian@mephistopheles.(none)>
Thu, 10 Jul 2008 07:36:48 +0000 (10 03:36 -0400)
committerBrian Caine <brian@mephistopheles.(none)>
Thu, 10 Jul 2008 07:36:48 +0000 (10 03:36 -0400)
tree133e77f820f5ca9d174e88eaedd9ae55097bb121
parent56a29139a7974917871346b5a43d593cc7f4b894
SDLMixerPlugin done...

So, I added an audio plugin.

Again, these plugins I've been writing do the following:

* compile
* load

However, since I don't have a full working system, I have no idea if
they really work.

I guess we'll see.
include/plugins/audio/AudioDevice.h
include/plugins/audio/AudioSample.h
src/SDLMixerPlugin/SConscript [new file with mode: 0644]
src/SDLMixerPlugin/SDLMixerDevice.cpp [new file with mode: 0644]
src/SDLMixerPlugin/SDLMixerDevice.h [copied from include/plugins/audio/AudioDevice.h with 60% similarity]
src/SDLMixerPlugin/SDLMixerPlugin.cpp [new file with mode: 0644]
src/SDLMixerPlugin/SDLMixerPlugin.h [copied from include/plugins/audio/AudioSample.h with 70% similarity]
src/SDLMixerPlugin/SDLMixerSample.cpp [copied from include/plugins/audio/AudioSample.h with 77% similarity]
src/SDLMixerPlugin/SDLMixerSample.h [copied from include/plugins/audio/AudioSample.h with 67% similarity]