Mercurial > audlegacy-plugins
view src/modplug/load_j2b.cxx @ 1371:ea2ecaeff8ce
Automated merge with ssh://hg.atheme.org//hg/audacious-plugins
| author | William Pitcock <nenolod@atheme-project.org> |
|---|---|
| date | Wed, 25 Jul 2007 16:34:16 -0500 |
| parents | 6b5a52635b3b |
| children | 032053ca08ab |
line wrap: on
line source
/* * This source code is public domain. * * Authors: Olivier Lapicque <olivierl@jps.net> */ /////////////////////////////////////////////////// // // J2B module loader // /////////////////////////////////////////////////// #include "stdafx.h" #include "sndfile.h"
