Implement alternative resource loading for sound
authorP. F. Chimento <philip.chimento@gmail.com>
Sun, 30 Jan 2011 15:02:58 +0000 (16:02 +0100)
committerP. F. Chimento <philip.chimento@gmail.com>
Sun, 30 Jan 2011 15:02:58 +0000 (16:02 +0100)
commit7c8f6a1f397d9be0127bf9a56e3bb0ff66d54d77
tree8e366b7e1bf20d19c96e5eb4830c3c7b223cbeb9
parent3d92f15936ba5bc9777be115557c07260be8cabc
Implement alternative resource loading for sound

Sound resources can now be loaded from an alternative location using the
ChimaraGlk resource loading callback. This is tested in the test
program.
libchimara/schannel.c
tests/SND3 [new file with mode: 0644]
tests/plugin-loader.c
tests/soundtest.c